home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
as65
/
demo
/
d
/
version.tab
< prev
Wrap
Text File
|
1995-02-27
|
743b
|
43 lines
;**************************************************************************
;
; Filename : VERSION.D
; --------------------
;
; (c) 1991 by Thomas Lehmann
;
;
; Jackophone V5.00
;
;
; Version Text und Datum
;
;
;**************************************************************************
version byte DSP_CLR
vers_txt null "JackoPhone V5.01(c)87-93"
; ====================================================
; Datum und Zeit sind vom Assemblierzeitpunkt abhängig
; folgender String wird erzeugt:
;
; "build: 12.03.1990 17:20"
;
; ====================================================
vers_date byte DSP_CLR
text "build: "
vdate_txt
time day
byte "."
time month
byte "."
time year
byte " "
time hour
byte ":"
time min
byte 0