1985-04-18 15:14:37 +00:00
|
|
|
.define _profil
|
1985-06-04 11:30:54 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-04-18 15:14:37 +00:00
|
|
|
.extern _profil
|
1985-06-04 11:30:54 +00:00
|
|
|
.sect .text
|
1985-04-18 15:14:37 +00:00
|
|
|
_profil: move.w #0x2C,d0
|
|
|
|
move.l 4(sp),a0
|
|
|
|
move.w 8(sp),d1
|
|
|
|
ext.l d1
|
|
|
|
move.w 10(sp),a1
|
|
|
|
move.w 12(sp),d2
|
|
|
|
ext.l d2
|
|
|
|
trap #0
|
|
|
|
rts
|