mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-04-17 08:01:35 +02: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
|