Skip to content

Instantly share code, notes, and snippets.

@mntmn
Created October 19, 2013 22:20
Show Gist options
  • Save mntmn/7062232 to your computer and use it in GitHub Desktop.
Save mntmn/7062232 to your computer and use it in GitHub Desktop.
ds test
mov r8,r14
sym font
mov r0,#0
loopa:
strb r0,[r7,#0]
strb r0,[r7,#1]
strb r0,[r7,#2]
strb r0,[r7,#3]
strb r0,[r7,#4]
strb r0,[r7,#5]
strb r0,[r7,#6]
strb r0,[r7,#7]
mov r3,#8
add r7,r7,r3
add r0,r0,#1
cmp r0,#120
bne loopa
bx r8
bx r8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment