|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 256 (0x100)
Types: TextFile
Names: »PORT.PAS«
└─⟦692ac107c⟧ Bits:30005923 PolyPascal-80 V3.10 arbejdsdiskette 1
└─⟦this⟧ »PORT.PAS«
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»