Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Wietze Mulder
ssm
Commits
a3fd45d9
Commit
a3fd45d9
authored
Jan 18, 2012
by
atzedijkstra@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help correction for str
parent
90a51153
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
src/Help/ssminstrhelp.prop
src/Help/ssminstrhelp.prop
+2
-2
src/Tests/t01.ssm
src/Tests/t01.ssm
+1
-1
src/ssm
src/ssm
+2
-1
src/ssm.bat
src/ssm.bat
+2
-2
No files found.
src/Help/ssminstrhelp.prop
View file @
a3fd45d9
...
...
@@ -72,7 +72,7 @@ ldrr_descr=Load Register from Register. Copy the content of the second register
ldrr_prepost=REG_post[ M_pre[PC_pre+1] ] = REG_pre[ M_pre[PC_pre+2] ]
ldrr_example=ldrr SP MP ; SP <- MP
str_descr=Store Register. Pops a value from the stack and stores it in
a location relative to the markpoin
ter. See also ldr.
str_descr=Store Register. Pops a value from the stack and stores it in
the specified regis
ter. See also ldr.
str_prepost=SP_post = SP_pre - 1, REG_post[ M_pre[PC_pre+1] ] = M_pre[SP_pre]
str_example=@ldr_example
...
...
@@ -218,4 +218,4 @@ sth_example=ldc 5, sth
stmh_descr=Store Multiple into Heap. Pops values from the stack and stores it into the heap, retaining the order of the values. Same as single store variant but the inline parameter is size. Pushes the heap address of the last value on the stack.
stmh_prepost=
stmh_example=ldc 1, ldc 2, ldc 3, stmh 3
\ No newline at end of file
stmh_example=ldc 1, ldc 2, ldc 3, stmh 3
src/Tests/t01.ssm
View file @
a3fd45d9
...
...
@@ -14,5 +14,5 @@ sub
bra l2
l3: bra l1
l2: bra l3
ldc
ldc
l4
l4: bsr l4
src/ssm
View file @
a3fd45d9
#!/bin/sh
java
-jar
ssmui.jar
$*
java
-jar
ssm.jar
$*
#java -jar /Volumes/Work/Programming/staff.atze.ssm/build/ssm.jar $*
#java -cp ssmui.jar nl.uu.cs.ssmui.Runner $*
src/ssm.bat
View file @
a3fd45d9
java
-jar
ssmui
.jar
%
1
rem java -cp ssmui.jar nl.uu.cs.ssmui.Runner %1
\ No newline at end of file
java
-jar
ssm
.jar
%
1
rem java -cp ssm.jar nl.uu.cs.ssmui.Runner %1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment