Akalabeth Preamble Files

27 thoughts
last posted March 30, 2014, 10:53 p.m.

17 earlier thoughts

0

With the initial code, the remainder is:

8078: C8               INY
8079: C0 28            CPY #$28
807B: D0 85            BNE LOOP5

which just runs everything we've seen 0x28 times with incrementing versions of Y.

9 later thoughts