CP/M tools used version 1.x

This commit is contained in:
Yufeng Gao
2026-02-15 19:31:28 +10:00
parent 5211ba3c31
commit abfbb39b5f
5 changed files with 4 additions and 4 deletions
Binary file not shown.
+2 -2
View File
@@ -1,4 +1,4 @@
; Seattle Computer Products 8086 Assembler version 2.00
; Seattle Computer Products 8086 Assembler version 1.00
; by Tim Paterson
; Runs on the Z80 under CP/M
@@ -3082,7 +3082,7 @@ OPTAB:
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,'$'
ERRMES: DM '***** ERROR no. '
NOSPAC: DB 13,10,'No directory space',13,10,24H
Binary file not shown.
+2 -2
View File
@@ -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,'$'