mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-23 23:32:21 +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
|