home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Tools / SetDebugSpeed_VERSION.i < prev    next >
Encoding:
Text File  |  1997-04-28  |  342 b   |  15 lines

  1. VERSION        EQU    44
  2. REVISION    EQU    1
  3. DATE    MACRO
  4.         dc.b    '28.4.97'
  5.     ENDM
  6. VERS    MACRO
  7.         dc.b    'SetDebugSpeed 44.1Beta'
  8.     ENDM
  9. VSTRING    MACRO
  10.         dc.b    'SetDebugSpeed 44.1Beta (28.4.97) © 1997 by Phase5, written by Ralph Schmidt',13,10,0
  11.     ENDM
  12. VERSTAG    MACRO
  13.         dc.b    0,'$VER: SetDebugSpeed 44.1Beta (28.4.97) © 1997 by Phase5, written by Ralph Schmidt',0
  14.     ENDM
  15.