|
|
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: 512 (0x200)
Types: TextFile
Names: »TRIN.PAS«
└─⟦037dced94⟧ Bits:30003312 Elevopgave i styring af skildpadde til Piccolo
└─⟦this⟧ »TRIN.PAS«
program trin;
var
tid , trin , vent : integer;
begin
port(.19.):=255;
port(.19.):=192;
tid := 2000; (* Her kan du ændre tempo *)
for trin := 1 to 12 do (* Her kan du vælge antal trin *)
begin
for vent := 1 to tid do
port(.17.) := 1; (* Her kan du vælge motor/retning *)
for vent := 1 to tid do
port(.17.) := 0;
end;
end.
«eof»