Files
lt16lab/programs/ld08test.prog
Thomas Fehmel 657a54ba18 Initial Commit
2016-10-18 14:21:45 +02:00

20 lines
115 B
Plaintext

addi r0,0x50
addi r1,7
st08 r0,r1
nop
nop
clr r1
ld08 r2,r0
nop
nop
st08 r3,r2
nop
end:
nop
br always >end
nop