mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
12 lines
182 B
ArmAsm
12 lines
182 B
ArmAsm
.file "pr21404-1.s"
|
|
.section .text,"ax",@progbits
|
|
.global nonzero_sym
|
|
.global main
|
|
main:
|
|
L1:
|
|
jmp L1
|
|
nonzero_sym:
|
|
nop
|
|
.size main, .-main
|
|
.size nonzero_sym, .-nonzero_sym
|