mirror of
https://github.com/brain-hackers/lab
synced 2026-03-12 06:04:18 +09:00
Add x1 C example / improve extract.py to extract all sections after .text
This commit is contained in:
7
x1/c/start.S
Normal file
7
x1/c/start.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.align 2
|
||||
.global _start
|
||||
|
||||
_start:
|
||||
push {r4, lr}
|
||||
bl main
|
||||
pop {r4, pc}
|
||||
Reference in New Issue
Block a user