DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦aa9a7cb59⟧ TextFile

    Length: 317 (0x13d)
    Types: TextFile
    Notes: UNIX file
    Names: »fpu.h«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/include/sys/fpu.h« 

TextFile

/*
 * @(#)fpu.h	1.2	7/14/83
 * @(#)Copyright (C) 1983 by National Semiconductor Corp.
 */


/*
 * ptrace arg value for the users'
 * fpu registers.
 */
#define	F0	(-100)
#define F1	(-101)
#define F2	(-102) 
#define	F3	(-103)
#define	F4	(-104)
#define	F5	(-105)
#define	F6	(-106)
#define	F7	(-107)
#define FSR	(-108)