Skip to content

Commit 400610a

Browse files
authored
Add armv7 assembly for cc-test (#629)
1 parent 5c4b526 commit 400610a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cc-test/src/armv7.S

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.globl asm
2+
asm:
3+
mov r0, #7
4+
bx lr

0 commit comments

Comments
 (0)