Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
Programming:Unlocking ASIC
31 bytes removed
,
30 March
/* Algorithm */
while True:
out(b, a)
a = ((a >> 1) & 0x77) |
((
((a
>> 7) & 1)
^
(
(a
>> 4
<< 3)
) &
1)) << 7
0x80
) | ((
(
a ^
(a >> 1) & 1
) ^ (a & 1)) << 3
)
if a == c: break
← Older edit
Newer edit →
Phi2x
13,173
edits