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
|
||
|
|
||
|
|