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

⟦1ff7850bd⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Names: »TRIN.PAS«

Derivation

└─⟦037dced94⟧ Bits:30003312 Elevopgave i styring af skildpadde til Piccolo
    └─ ⟦this⟧ »TRIN.PAS« 

TextFile

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»