added thumb assembler example, this is not part of an asm tutorial just

testing the new thumb assembler mods.
This commit is contained in:
David Welch
2012-06-15 13:38:37 -04:00
parent 794354527d
commit ec4a2220f8
7 changed files with 425 additions and 211 deletions

View File

@@ -1,7 +1,8 @@
.include armstart.s
mov r7,#0
top:
mov r0,r7
bl hexstring
add r7,#1
b top
.include hexstring.s