CP/M tools used version 1.x
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; Z80 to 8086 Translator version 2.0
|
||||
; Z80 to 8086 Translator version 1.0
|
||||
; Runs on the Z80 under CP/M
|
||||
; by Tim Paterson
|
||||
;
|
||||
@@ -1081,7 +1081,7 @@ RWTAB:
|
||||
DB 'ABCDEHLBDHSACNZNPMPPII'
|
||||
LENRW: EQU $-RWTAB
|
||||
DB 0,0,0,0,0,0,0,'CELPF',0,'C',0,'Z',0,0,'OEYX'
|
||||
HEADER: DB 13,10,'Z80 to 8086 Translator version 2.0',13,10,'$'
|
||||
HEADER: DB 13,10,'Z80 to 8086 Translator version 1.0',13,10,'$'
|
||||
NOROOM: DB 13,10,'Insufficient directory space to create file',13,10,'$'
|
||||
NOFILE: DB 13,10,'File not found',13,10,'$'
|
||||
ENDMES: DB 13,10,'Translation complete',13,10,'$'
|
||||
|
||||
Reference in New Issue
Block a user