Skip to content

Commit

Permalink
Add armv7 assembly for cc-test (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 11, 2021
1 parent 5c4b526 commit 400610a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cc-test/src/armv7.S
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.globl asm
asm:
mov r0, #7
bx lr

0 comments on commit 400610a

Please sign in to comment.