ack/mach/m68k4/libsys/profil.s

15 lines
205 B
ArmAsm
Raw Normal View History

1985-03-21 14:04:45 +00:00
.define _profil
.extern _profil
1986-07-22 13:23:14 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-03-21 14:04:45 +00:00
_profil: move.w #0x2C,d0
move.l 4(sp),a0
move.l 8(sp),d1
move.l 12(sp),a1
move.l 16(sp),d2
trap #0
rts