Files
RomWBW/branches/dwg/Apps/crossdev/HBIOS.H
doug e312ea9d7a this is the first serious commit of the entire apps suite.
not all there yet, but the core apps are, see coreapps.bat.
2013-02-16 05:36:54 +00:00

48 lines
640 B
C
Raw 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.
/* hbios.h 7/4/2012 dgw - */
/* CIO */
/* Character Input (CIOIN) */
/* Character Output (CIOOUT) */
/* Character Input Status (CIOIST) */
/* Character Output Status (CIOOST) */
/* DIO */
/* Disk Read (DIORD) */
/* Disk Write (DIOWR) */
/* Disk Status (DIOST) */
/* Disk Media (DIOMED) */
/* Disk Idetify (DIOID) */
/* Disk Get Buffer Address (DIOGBA) */
/*
extern char hrega;
extern unsigned int hregbc;
extern unsigned int hregde;
extern unsigned int hreghl;
extern diagnose();
*/
/*****************/
/* eof - hbios.h */
/*****************/