On Tue, Dec 13, 2016 at 5:51 PM, Ethan Dicks <ethan.dicks at gmail.com> wrote:
On Tue, Dec 13, 2016 at 5:49 PM, Ethan Dicks
<ethan.dicks at gmail.com> wrote:
> I'm disassembling a vintage program...
>
> MYSUB:
> LD A,R...
I'm now thinking this is the RNG which is supposed to return a number
from 0-100 in most cases, for calculating probability,
which is
something I know the app depends on.
The real question becomes how to run this in emulation.
-ethan