CP/M tools used version 1.x
This commit is contained in:
Binary file not shown.
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
; Seattle Computer Products 8086 Assembler version 2.00
|
; Seattle Computer Products 8086 Assembler version 1.00
|
||||||
; by Tim Paterson
|
; by Tim Paterson
|
||||||
; Runs on the Z80 under CP/M
|
; Runs on the Z80 under CP/M
|
||||||
|
|
||||||
@@ -3082,7 +3082,7 @@ OPTAB:
|
|||||||
DW NONE
|
DW NONE
|
||||||
DW NONE
|
DW NONE
|
||||||
|
|
||||||
HEADER: DB 13,10,'Seattle Computer Products 8086 Assembler Version 2.00'
|
HEADER: DB 13,10,'Seattle Computer Products 8086 Assembler Version 1.00'
|
||||||
DB 13,10,'$'
|
DB 13,10,'$'
|
||||||
ERRMES: DM '***** ERROR no. '
|
ERRMES: DM '***** ERROR no. '
|
||||||
NOSPAC: DB 13,10,'No directory space',13,10,24H
|
NOSPAC: DB 13,10,'No directory space',13,10,24H
|
||||||
|
|||||||
Binary file not shown.
@@ -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
|
; Runs on the Z80 under CP/M
|
||||||
; by Tim Paterson
|
; by Tim Paterson
|
||||||
;
|
;
|
||||||
@@ -1081,7 +1081,7 @@ RWTAB:
|
|||||||
DB 'ABCDEHLBDHSACNZNPMPPII'
|
DB 'ABCDEHLBDHSACNZNPMPPII'
|
||||||
LENRW: EQU $-RWTAB
|
LENRW: EQU $-RWTAB
|
||||||
DB 0,0,0,0,0,0,0,'CELPF',0,'C',0,'Z',0,0,'OEYX'
|
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,'$'
|
NOROOM: DB 13,10,'Insufficient directory space to create file',13,10,'$'
|
||||||
NOFILE: DB 13,10,'File not found',13,10,'$'
|
NOFILE: DB 13,10,'File not found',13,10,'$'
|
||||||
ENDMES: DB 13,10,'Translation complete',13,10,'$'
|
ENDMES: DB 13,10,'Translation complete',13,10,'$'
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user