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 support for TI-84+ CE #7

Open
AreaOfZero opened this issue Oct 10, 2023 · 1 comment
Open

add support for TI-84+ CE #7

AreaOfZero opened this issue Oct 10, 2023 · 1 comment

Comments

@AreaOfZero
Copy link

This project looks great, but I unfortunately can't use this forth implementation because the binary can't run on the TI-84+ CE because of the switch over to the eZ80 microprocessor. I would attempt to write an eZ80 version of the assembly code and submit a PR myself, but I'm not familiar with Z80/eZ80 assembly at all. The new include file for the TI-84+ CE would likely be very helpful in adding support for it: ti84pce.

If I get some more time, I may try to learn eZ80 asm myself so I can help out.

@siraben
Copy link
Owner

siraben commented Oct 10, 2023

Thanks for checking out the project! Yeah, this project will only run on TI-84+ or TI-83 (at least one other user has reported it working there). I'm not familiar enough with eZ80 nor do I use TI calculators any more. If you manage to get it working, let me know. You can reduce the number of words and focus on the core functionality, and port the syscalls to work with display and keyboard interaction.

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

No branches or pull requests

2 participants