1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-21 01:48:11 +00:00
Jim ff3fd68935 condition code macros
mem array is segment addressable
start of boot support
use CC macros and BCxx to emulate Bxyy (eg, BFLT)
use CC macros and LCxx to emulate Lxyy (eg, LFLT)
shift instruction work
2005-04-28 00:00:00 -04:00

9 lines
143 B
C

/* os.h, Jim Wilcoxson, April 15, 2005
Include file for Primos Operating System data structures.
*/
static struct {
int ttydev;
} os;