David Youd

Results 10 comments of David Youd

Excellent work. :) A few comments: 1) I think the "push" comment here should be "pop"? line 50: > $(B_FLAG) = 0; # Break flag always set to 0 in...

> I made some fixes to the ADC instruction when the Decimal flag is set. I don't have the Overflow flag isn't working quite correctly but I'm pretty burned out...

> The issue is the Overflow flag (bit 7 of P) is not being set for this test case. Do you have psuedo code for the ADC instruction in Decimal...

With respect to the 1st test issue: The json test data shows exactly what happens on my Commodore 64 hardware (it has a 6510 chip, like your NES RP2A03 except...

Peter Ferrie just tested your 1st example on an Apple II (6502, not a 65C02), and it also matches the json test result, so again, the test is valid. My...

On to the 2nd test case: I confirmed that the stated json test behavior is what happens on real hardware (a Commodore 64); specifically, the two-byte instruction spans $FFFF to...

@pjsoberoi , I agree with GhidorahRex, an instruction that modifies itself is pretty rare in practice. So I think if you do decide to handle this one test case in...

I have two laptops here, both running chrome (Version 133.0.6943.60 (64-bit)) on windows 11. One of them still has this problem: ![Image](https://github.com/user-attachments/assets/44fb0baf-c70e-4f46-ad69-b563f80d1dd0) (problem persists with all Chrome extensions disabled). But...

Sorry, I pasted in the wrong path in the opening sentence (now fixed). The bug is in cle, not pyelftools.