1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-26 20:36:29 +00:00

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
This commit is contained in:
Jim
2005-04-28 00:00:00 -04:00
parent 9291d9e864
commit ff3fd68935
4 changed files with 1408 additions and 404 deletions

8
os.h Normal file
View File

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