DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦56907e576⟧ TextFile

    Length: 189 (0xbd)
    Types: TextFile
    Names: »m-nplinit.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« 
        └─⟦fa971747f⟧ 
            └─⟦this⟧ »dist-18.55/gdb/m-nplinit.h« 

TextFile

/* This is how the size of an individual .o file's text segment
   is rounded on a NP1.  See np1-pinsn.c for rounding function. */

#define FILEADDR_ROUND(addr) (((int)(addr) + 31) & ~0xf)