ack/mach/m68020/libsys/profil.s

11 lines
131 B
ArmAsm
Raw Normal View History

1987-01-29 22:36:35 +00:00
.define _profil
.extern _profil
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_profil: move.l #0x2C,d0
trap #0
rts