mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
12 lines
94 B
ArmAsm
12 lines
94 B
ArmAsm
.data
|
|
.p2align 16
|
|
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
|
|
l.j plta(x)
|
|
l.nop
|
|
l.j plta(y)
|
|
l.nop
|