Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

43 lines
768 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$nolist
/*
Bdosi Externals
*/
xbdos:
procedure (func,info) address external;
declare func byte;
declare info address;
end xbdos;
endp:
procedure external;
end endp;
xios$pl:
procedure (device) byte external;
declare device byte;
end xios$pl;
xios$ms:
procedure (memsegadr) external;
declare memsegadr address;
end xios$ms;
str$clk:
procedure external;
end str$clk;
stp$clk:
procedure external;
end stp$clk;
maxcns:
procedure byte external;
end maxcns;
syinit:
procedure external;
end syinit;
$list