home *** CD-ROM | disk | FTP | other *** search
-
- * Maxon C++
- * Library-Modul "System"
- * Jens Gelhar 28.01.92, 16.04.94
-
- xref _DOSBase
-
- xdef _system,system__PCc
-
- SystemTagList = -606
-
- _system:
- system__PCc:
- movem.l d2/a6,-(a7)
- move.l _DOSBase,a6
- cmp.w #36,20(a6) ; mindestens V36
- blt.b fail
- move.l 2*4+4(a7),d1
- beq.b fail
- move.l #taglist,d2
- jsr SystemTagList(a6)
- bra.b ret
- fail moveq #-1,d0
- ret movem.l (a7)+,d2/a6
- rts
-
- taglist dc.l 0
-
- end
-