ack/mach/m68k2/libsys/nice.s

7 lines
88 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _nice
.extern _nice
.text
_nice: move.w #0x22,d0
move.w 4(sp),a0
jmp callc