DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

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

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0dac12e94⟧ TextFile

    Length: 195 (0xc3)
    Types: TextFile
    Names: »BCURSOR.BAK«, »BCURSOR.PAS«

Derivation

└─⟦b301b5c1d⟧ Bits:30003931/GEM_Develop_disk_2_CDOS.imd Disketter indleveret af Steffen Jensen (Piccolo/Piccoline)
    └─⟦this⟧ »BCURSOR.BAK« 
    └─⟦this⟧ »BCURSOR.PAS« 

TextFile

PROGRAM BCURSOR;
VAR
        REGS:RECORD
        AX,BX,CX,DX,BP,SI,DI,ES,FLAGS:INTEGER;
        END;
BEGIN
        REGS.AX:=$0100;
        REGS.CX:=$0008;
        SWINT($10,REGS);
END.