home *** CD-ROM | disk | FTP | other *** search
- *
- * $Id: dbproc.a,v 1.1 93/09/29 19:58:29 gaf Exp $
- *
- * $Log: dbproc.a,v $
- * Revision 1.1 93/09/29 19:58:29 gaf
- * Initial revision
- *
-
- section text,code
-
- ifnd NDEBUG
- xdef _debugproc
- xref _debugmain
-
- cnop 0,4 ; OLSEN
- _debugproc:
- dc.l 0 ; OLSEN
- movem.l D2-D7/A2-A6,-(sp)
- jsr _debugmain
- movem.l (sp)+,D2-D7/A2-A6
- rts
- endc
-
- end
-
-