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

Add subroutine callers #3

Open
georgjz opened this issue Jun 9, 2018 · 0 comments
Open

Add subroutine callers #3

georgjz opened this issue Jun 9, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@georgjz
Copy link
Owner

georgjz commented Jun 9, 2018

I want to improve performance by adding subroutines callers that use RTS Jump Tables.

I'm using this mechanism in other SNES project and I find it superior to the standard jsr/jsl and rts/rtl combination.

The method described in the link is tailored towards 6502 CPUs; I'm not sure if there might be problems with page boundaries, long/far addresses, etc. I'm still investigating this.

@georgjz georgjz added the enhancement New feature or request label Jun 9, 2018
@georgjz georgjz added this to the 0.6.0 release milestone Jun 9, 2018
@georgjz georgjz self-assigned this Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant