1
0
mirror of https://github.com/fachat/xa65.git synced 2025-08-07 13:25:34 +00:00
Files
xa65/xa/tests/globals/test1.s
2023-10-31 17:48:29 +01:00

9 lines
41 B
ArmAsm

.(
foo lda #0
jmp bar
&bar =foo
.)