Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
code ChOut=8, CrLf=9;
|
||||
int Gen, Now, New, I;
|
||||
[Now:= $076A_A400;
|
||||
for Gen:= 1 to 10 do
|
||||
[for I:= 31 downto 0 do ChOut(0, if Now & 1<<I then ^# else ^_);
|
||||
CrLf(0);
|
||||
New:= 0;
|
||||
for I:= 30 downto 1 do
|
||||
case Now>>(I-1) & 7 of %011, %101, %110: New:= New ! 1<<I other;
|
||||
Now:= New;
|
||||
];
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue