You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
224 B

.data
foo:
.string "foo"
bar:
.string "bar"
d64:
.dword bar
d32:
.word d64
.text
main:
mov %r1, bar
jeq32 %r1, bar, baz
ldabsdw d32
exit
baz:
add %r1, foo
stw [%r2 + 8], d64