DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c3da1cc63⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »ZEXZ.LIB«

Derivation

└─⟦63c65de3f⟧ Bits:30009789/_.ft.Ibm2.50007335.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »ZEXZ.LIB« 

TextFile

;
; Fixed constant definitions for CP/M ZEX
;   Version 1.0
;
; This file should be $include'd in Z8002 modules
;  which desire access to ZEX or CP/M through ZEX.
;

; CP/M Functions

CIN	EQU	1
COT	EQU	2
MSG	EQU	9	; Console message
BIN	EQU	10	; Input console buffer
CST	EQU	11	; Console Status
SEL	EQU	14	; Select Disk
OPN	EQU	15	; Open file
CLS	EQU	16	; Close file
SRH	EQU	17	; Search for file
SRN	EQU	18	; Search for next file
DEL	EQU	19	; Delete file
RDS	EQU	20	; Read sequential
WTS	EQU	21	; Write sequential
MAK	EQU	22	; Make file
REN	EQU	23	; Rename a file
CUR	EQU	25	; Return current disk
DMA	EQU	26	; Set DMA address

;
; ZEX System Call definitions
;
ABS_LOAD := 5
TO_CPM := 6
WARM_BOOT := 7

«eof»