/usr/share/z88dk/lib/misc.def is in z88dk-data 1.8.ds1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | lstoff
; Standard Z88 Operating System manifests:
; The information below is defined in Developers Notes, release 3.00
; (c) Cambridge Computer 1989
; Miscellaneous OZ call definitions:
DEFC Os_Blp = $D806 ; Bleep
DEFC Os_Prt = $24 ; Send character directly to printer filter (low level)
DEFC Os_Isq = $D006 ; Initialize prefix sequense (internal)
DEFC Os_Wsq = $CE06 ; Write to prefix sequense (internal)
DEFC Os_Fn = $7B ; Miscellaneous OS functions (internal)
DEFC FN_AH = $01 ; allocate handle
DEFC FN_VH = $02 ; verify handle
DEFC FN_FH = $03 ; free handle
lston
|