Initial revision
This commit is contained in:
10
mach/m68020/libsys/profil.s
Normal file
10
mach/m68020/libsys/profil.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.define _profil
|
||||
.extern _profil
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
_profil: move.l #0x2C,d0
|
||||
trap #0
|
||||
rts
|
||||
Reference in New Issue
Block a user