home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 106 / af106sub.adf / datatypes.LZX / 16sv_datatype / endcode.asm < prev    next >
Assembly Source File  |  1996-01-11  |  430b  |  28 lines

  1.  
  2. ;*
  3. ;*
  4. ;*  $VER: endcode.asm 1.1 (7.6.97)
  5. ;*  16sv.datatype 1.1
  6. ;*
  7. ;*  Used to mark the end of library
  8. ;*
  9. ;*  Written 1996/1997 by Roland 'Gizzy' Mainz
  10. ;*  Original example source from David N. Junod
  11. ;*
  12. ;*
  13.  
  14.     XDEF    ENDCODE
  15.  
  16. ;---------------------------------------------------------------------------
  17.  
  18.     SECTION TEXT,CODE
  19.  
  20.  
  21. ;---------------------------------------------------------------------------
  22.  
  23. ;ENDCODE    EQU    *
  24.  
  25. ENDCODE:
  26.  
  27.     END
  28.