mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08: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
|