mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
11 lines
124 B
ArmAsm
11 lines
124 B
ArmAsm
.global some_sym
|
|
.global some_other_sym
|
|
.global min
|
|
.global max
|
|
|
|
.set max, 0x7fff
|
|
.set min, -0x8000
|
|
.set some_sym, 0x1000
|
|
|
|
|