home *** CD-ROM | disk | FTP | other *** search
-
- * Maxon C++ Library:
-
- * Modul "intuitionbase"
-
- * Jens Gelhar 19.03.93, 08.04.94
-
- xdef _IntuitionBase
- xdef _INIT_1_IntuitionBase_Open_Please
- xdef _EXIT_1_Intuitionbase_Gnarf_gnarf_gnarf
-
- xref exit__i
-
- _INIT_1_IntuitionBase_Open_Please:
- lea intname(pc),a1
- moveq #0,d0
- move.l 4.w,a6
- jsr -552(a6)
- move.l d0,_IntuitionBase
- bne.b ret
- move.l #-996,-(a7)
- jsr exit__i
-
- _EXIT_1_Intuitionbase_Gnarf_gnarf_gnarf:
- move.l _IntuitionBase,d0
- beq.b ret
- move.l d0,a1
- move.l 4.w,a6
- jsr -414(a6)
- ret: rts
-
- intname: dc.b 'intuition.library',0
-
- SECTION D,DATA
-
- _IntuitionBase: dc.l 0
-
- end
-