|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 195 (0xc3)
Types: TextFile
Names: »BCURSOR.BAK«, »BCURSOR.PAS«
└─⟦b301b5c1d⟧ Bits:30003931/GEM_Develop_disk_2_CDOS.imd Disketter indleveret af Steffen Jensen (Piccolo/Piccoline)
└─⟦this⟧ »BCURSOR.BAK«
└─⟦this⟧ »BCURSOR.PAS«
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.