gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00127
[Bug 584093] Re: 78+88 in BCD addition missed carry
Aanjhan,
I am targeting this for 1.3.7. As of now there is no date for 1.3.7.
Since the one set in LP is lapsed we might as well fix a bunch of bugs.
** Changed in: gnusim8085
Milestone: None => 1.3.7
--
78+88 in BCD addition missed carry
https://bugs.launchpad.net/bugs/584093
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
Status in gnusim8085: Confirmed
Bug description:
With the following program, the carry flag is missed:
mvi a,078h
adi 088h
daa
hlt
please check
regards, Felix Fung
References