ibrumby / Crossrunner-Issues

Post any issues with Crossrunner here
17 stars 0 forks source link

Accumulator in the History array does not match machine state #11

Closed lscharen closed 9 months ago

lscharen commented 9 months ago

I have seen on multiple occasions where the accumulator in the History table, when printed out via the formatString function displays $FFFF instead of the actual accumulator value (see first image). It will eventually get unstuck, but continues to display the value $FFFF across multiple instructions, including LDA instructions.

image image

lscharen commented 9 months ago

Confirming that the behavior exists in 1.0.2 image