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