Initial Commit

This commit is contained in:
Thomas Fehmel
2016-10-18 14:21:45 +02:00
commit 657a54ba18
176 changed files with 43750 additions and 0 deletions

21
programs/ld16test.prog Normal file
View File

@@ -0,0 +1,21 @@
addi r0,0x50
addi r1,-3
nop
nop
st16 r0,r1
nop
nop
clr r1
ld16 r2,r0
nop
nop
st16 r3,r2
nop
end:
nop
br always >end
nop