|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Magic_Square, seg_02fc6b
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
with Square;
procedure Magic_Square is
Num_Token : Square.Token;
Nb_Token : Square.Token;
begin
Square.Init_Magic_Tab;
Num_Token := 1;
Nb_Token := 25;
Square.Go_To_Center;
Square.Move (D => Square.North);
Square.Deposit (T => Num_Token);
for Num_Token in 2 .. Nb_Token loop
Square.Move (D => Square.North);
Square.Move (D => Square.East);
if Square.Cell_Busy then
Square.Move (D => Square.North);
Square.Move (D => Square.West);
end if;
Square.Deposit (T => Num_Token);
end loop;
Square.Display_Square;
end Magic_Square;
nblk1=2
nid=2
hdr6=2
[0x00] rec0=24 rec1=00 rec2=01 rec3=000
[0x01] rec0=00 rec1=0a rec2=0c rec3=769
tail 0x21528fdbe849384e09998 0x42a00088462060003
Free Block Chain:
0x2: 0000 00 00 00 19 80 10 6e 64 20 4d 61 67 69 63 5f 53 ┆ nd Magic_S┆