home *** CD-ROM | disk | FTP | other *** search
-
- ;*
- ;*
- ;* $VER: endcode.asm 1.5 (19.4.97)
- ;* film.datatype 1.5
- ;*
- ;* 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
-