Skip to content

Commit

Permalink
Add armv7 assembly for cc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 3, 2021
1 parent 381741d commit 89cf5d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cc-test/src/armv7.S
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.globl asm
asm:
mov r0, #7
bx lr

.globl _asm
_asm:
mov r0, #7
bx lr

0 comments on commit 89cf5d8

Please sign in to comment.