gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00207
Re: [Bug 584093] Re: 78+88 in BCD addition missed carry
I suppose having a unittest infrastructure for the instructions could
be very helpful. Perhaps a command-line interface can be exposed, and
then a Python script be used to test the results for regression.
$ gnusim8085 run --dump-registers mytestprog.asm
$ gnusim8085 run --dump-memory mytestprog.asm
Or:
$ echo 'mvi a, b' | gnusim8085 run --dump-memory -
-srid
On Fri, Sep 24, 2010 at 4:36 PM, Debjit Biswas <debjitbis08@xxxxxxxxx> wrote:
> Hmm, maybe am not seeing the latest changes through the svn web interface. I
> am in office so dont have access to personal machine. Will surely test the
> patch once I return home.
>
> -- Debjit
>
> _______________________________________________
> Mailing list: https://launchpad.net/~gnusim8085-devel
> Post to : gnusim8085-devel@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~gnusim8085-devel
> More help : https://help.launchpad.net/ListHelp
>
>
References