DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦b4e8706ea⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »PORT.PAS«

Derivation

└─⟦692ac107c⟧ Bits:30005923 PolyPascal-80 V3.10 arbejdsdiskette 1
    └─ ⟦this⟧ »PORT.PAS« 

TextFile

program porte;
var
tal :integer;
begin
repeat
write('Indtast et tal mellem 0 255 ');
writeln;
read(tal);
port(.$1ad+2.):=port(.$1ad.);
port(.$1ad.):=tal;
until tal=-1;
end.
«eof»