7 lines
88 B
ArmAsm
7 lines
88 B
ArmAsm
.define _nice
|
|
.extern _nice
|
|
.text
|
|
_nice: move.w #0x22,d0
|
|
move.w 4(sp),a0
|
|
jmp callc
|