10 lines
124 B
ArmAsm
10 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
|
|
|
|
|