DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7c80b3b7f⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »STUBLOCS.SA«

Derivation

└─⟦909f4eb2b⟧ Bits:30009789/_.ft.Ibm2.50006622.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »STUBLOCS.SA« 
└─⟦ddcd65152⟧ Bits:30009789/_.ft.Ibm2.50006617.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »STUBLOCS.SA« 

TextFile

* FILE:  STUBLOCS
* CONTAINS DEFINITIONS OF THE ROOTSTUB'S LOCAL POINTERS
* MIK 83-03-23
 
CODE     DC.L      LOC+1     ; OBJ_REF TO SEGMENT
BOOTSET  DC.L      LOC+2     ; OWN SET OR NIL
ALLOC    DC.L      LOC+3     ; OBJ_REF
SCHED    DC.L      LOC+4     ; OBJ_REF
INTSCHED DC.L      LOC+5     ; OBJ_REF
FULLSPAC DC.L      LOC+6     ; OBJ_REF TO 'SEGMENT'
DEFVIRT  DC.L      LOC+7     ; OBJ_REF OR NIL
STUB     DC.L      LOC+8     ; OBJ_REF TO ROOT_STUB ITSELF
STUBENV  DC.L      LOC+9     ; ENV_REF TO ROOT_STUB ENVELOPE ITSELF
BOOTPROC DC.L      LOC+10    ; OWN_SET
 
LASTLOC  EQU       LOC+10    ; # PREDEFINED LOCALS IN ROOTSTUB
 
«eof»