added thumb assembler example, this is not part of an asm tutorial just
testing the new thumb assembler mods.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.include armstart.s
|
||||
mov r7,#0
|
||||
top:
|
||||
mov r0,r7
|
||||
bl hexstring
|
||||
add r7,#1
|
||||
b top
|
||||
|
||||
.include hexstring.s
|
||||
|
||||
Reference in New Issue
Block a user