Comment 19 for bug 584093

Revision history for this message
Sridhar Ratnakumar (srid) wrote : Re: [Gnusim8085-devel] [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 <email address hidden> 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     : <email address hidden>
> Unsubscribe : https://launchpad.net/~gnusim8085-devel
> More help   : https://help.launchpad.net/ListHelp
>
>