home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $PROJECT: binary.datatype
- ;
- ; $VER: endcode.asm 39.1 (13.11.94)
- ;
- ; by
- ;
- ; Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
- ;
- ; (C) Copyright 1994
- ; All Rights Reserved !
- ;
- ; $HISTORY:
- ;
- ; 13.11.94 : 039.001 : initial
- ;
-
- XDEF ENDCODE
-
- ;---------------------------------------------------------------------------
-
- SECTION TEXT,CODE
-
-
- ;---------------------------------------------------------------------------
-
- ;ENDCODE EQU *
-
- ENDCODE:
-
- END
-
-