mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
13 lines
152 B
ArmAsm
13 lines
152 B
ArmAsm
.file "pr20789.s"
|
|
.section .text,"ax",@progbits
|
|
main:
|
|
L1:
|
|
jmp L1
|
|
L2:
|
|
.global x
|
|
.section .data
|
|
.type x, @object
|
|
.size x, 2
|
|
x:
|
|
.word L1 - L2
|