ack/mach/m68k4/libsys/nice.s
1985-03-04 17:26:31 +00:00

7 lines
88 B
ArmAsm

.define _nice
.extern _nice
.text
_nice: move.w #0x22,d0
move.l 4(sp),a0
jmp callc