mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
9 lines
107 B
ArmAsm
9 lines
107 B
ArmAsm
.h8300h
|
|
.globl _start
|
|
_start:
|
|
mov.b @foo:16,r0l
|
|
mov.b @bar:32,r0l
|
|
|
|
.equ foo,0xffff67
|
|
.equ bar,0x4321
|