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

12 lines
122 B
ArmAsm

main:
mov #64, r4
mov r4, r5
mov #42, r4
mov r4, @r5
mov r4, 4(r5)
mov #50, mem
mov &mem, &0x50
ret
mem: .byte 5