mirror of
https://github.com/jb55/nostril.git
synced 2024-11-24 17:09:07 -05:00
10 lines
124 B
ArmAsm
10 lines
124 B
ArmAsm
|
.syntax unified
|
||
|
.eabi_attribute 24, 1
|
||
|
.eabi_attribute 25, 1
|
||
|
.text
|
||
|
.global main
|
||
|
main:
|
||
|
ldr r0, =0x002A
|
||
|
mov r7, #1
|
||
|
swi 0
|