mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-22 20:16:26 -04:00
15 lines
145 B
ArmAsm
15 lines
145 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
add 0x1000 - L01, A0
|
|
nop
|
|
nop
|
|
L01:
|
|
add L01 + 0x123, A0
|
|
nop
|
|
nop
|
|
L02:
|
|
add L02 - L01, A0
|
|
nop
|
|
nop
|