Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA65 compatible version of 6502_functional_test #8

Closed
wants to merge 2 commits into from

Conversation

amb5l
Copy link

@amb5l amb5l commented Aug 1, 2019

Simple syntax changes (for example to macros and labels) to allow
6502_functional_test to build on the cc65 toolchain's assembler (ca65).
A batch file demonstrates the correct assembler and linker command
lines, and verifies that the resulting binary matches the author's
reference binary.

Simple syntax changes (for example to macros and labels) to allow
6502_functional_test to build on the cc65 toolchain's assembler (ca65).
A batch file demonstrates the correct assembler and linker command
lines, and verifies that the resulting binary matches the author's
reference binary.
@KrisKennaway
Copy link

Thankyou! I was just looking at doing this myself.

KrisKennaway added a commit to KrisKennaway/py65 that referenced this pull request Aug 20, 2019
amb5l (Klaus2m5/6502_65C02_functional_tests#8)

Minor modification to BRK when test completes instead of using 65C02
STP.
@Klaus2m5
Copy link
Owner

Klaus2m5 commented Jan 5, 2020

I have no intention to maintain a CA65 version of the test, However, I pointed GitHub users seeking for CA65 converted sources to your repository.

@Klaus2m5 Klaus2m5 closed this Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants