Files
raspberrypi/tas/test.s
T
2012-06-15 13:38:37 -04:00

9 lines
115 B
ArmAsm

.include armstart.s
mov r7,#0
top:
mov r0,r7
bl hexstring
add r7,#1
b top
.include hexstring.s