mirror of
https://github.com/brain-hackers/lab
synced 2026-03-12 06:04:18 +09:00
Add x1 experiments
This commit is contained in:
6
x1/return.S
Normal file
6
x1/return.S
Normal file
@@ -0,0 +1,6 @@
|
||||
.text
|
||||
.align 2
|
||||
.global _start
|
||||
|
||||
_start:
|
||||
mov pc, lr
|
||||
Reference in New Issue
Block a user