[A83] Distance RAM clearer :-)


[Prev][Next][Index][Thread]

[A83] Distance RAM clearer :-)




Hi

Nothing like this existed, and it is worthless, mostly, but it's cool.

begin:
in a,(00)
and 03h
cp 01h
jp z,C900    ;ram cleared
cp 02h
ret z
jp begin

or on-calc (83+)

DB00
E603
FE01
CA00C9
FE02
C8
C3959D    ; jump to 9D95, the .org value

Now make a button and connect it to the white (middle) pin and the earth,
and optionally an escape button to the red (top) pin and the earth.
I know, it's not as impressive as the PIXpander would be, or the IRlink or
however it's called, but it's still cool.

Bye,
    Ronald





Follow-Ups: