Giter Club home page Giter Club logo

Comments (3)

Klaus2m5 avatar Klaus2m5 commented on July 20, 2024

Hello,
the bin files never were my preferred way of distributing the test, as all parts must be configured to suit your needs. The configuration requirement is even more substantial for the interrupt test and also for the decimal test. In the interrupt test you must configure an IO port as a source to inject signals into the IRQ, NMI and RESET pins. The decimal test must be configured to cater for deviations in the 6502 versions (6502, 65C02 & 65C816) and the required accuracy (flags, invalid BCD operands). There is no "one size fits all". So if you want to use these tests I'm afraid you have to go through the pain of assembling them yourself.
cheers, Klaus

from 6502_65c02_functional_tests.

irmen avatar irmen commented on July 20, 2024

Understandable. I was mainly asking because so far I haven't been able to reproduce the exact same binary output from the two provided bin files by assembling the source code.

edit nevermind, just discovered that I had to set the zp start address to $0 instead of $a. I'm all good :)

from 6502_65c02_functional_tests.

Klaus2m5 avatar Klaus2m5 commented on July 20, 2024

Yes, instead of
org zero_page
I wrote
org 0
ds zero_page
to create the bin files.

from 6502_65c02_functional_tests.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.