home *** CD-ROM | disk | FTP | other *** search
-
- ;*
- ;*
- ;* $VER: endcode.asm 1.1 (7.6.97)
- ;* 16sv.datatype 1.1
- ;*
- ;* Used to mark the end of library
- ;*
- ;* Written 1996/1997 by Roland 'Gizzy' Mainz
- ;* Original example source from David N. Junod
- ;*
- ;*
-
- XDEF ENDCODE
-
- ;---------------------------------------------------------------------------
-
- SECTION TEXT,CODE
-
-
- ;---------------------------------------------------------------------------
-
- ;ENDCODE EQU *
-
- ENDCODE:
-
- END
-