|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 443 (0x1bb)
Types: TextFile
Notes: UNIX file
Names: »reg.h«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/include/sys/reg.h«
/* * @(#)reg.h 3.8 7/14/83 * @(#)Copyright (C) 1983 by National Semiconductor Corp. */ /* * Location of the users' stored * registers relative to R0. * Usage is u.u_ar0[XX]. */ #define R0 (0) #define R1 (-1) #define R2 (-2) #define R3 (-10) #define R4 (-11) #define R5 (-12) #define R6 (-13) #define R7 (-14) #define RSP (-3) #define RFP (2) #define RPC (3) #define RPSRMOD (4) #define RPS RPSRMOD #define TBIT 2 /* PSR trace bit */