-
-
Notifications
You must be signed in to change notification settings - Fork 84
How to Enter and Debug a TI-BASIC Program in CEmu? #511
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
Comments
It looks like we need to write better docs/tutorials, fair enough :) As for 1: no editor in CEmu currently, only a "viewer" is available. The ti-basic debugger dock shows a few features that allow you to step through the program once execution is paused there. At that time you can also use the Variables dock to look at your variables in real time, yes. I'll see about a proper wiki page on the repo soon, with more details. |
Thanks for the reply. |
Nope, 8xp is a TI-specific binary format. There are official and third party tools to create/modify them. If you're on Windows or macOS, you'll likely just end up using TI Connect CE for transfers and program editing though. (Note: you say "TI84" but that's not clear which model it is, there are quite a few. CEmu is made for the 84+CE, won't work with the original 84+ or the 84+CSE) |
Do you know if I can use the TI Connect CE with the emulator? |
No, you have to drag'n'drop files in (onto the screen) to transfer them from your computer to the emulator, and use the Variables dock to transfer them from the emu to your computer. |
Fair enough. |
TI Connect CE has a TI-Basic editor that makes an 8xp out of your code. |
I'm trying to use CEmu to enter and debug a TI-BASIC program, but I couldn't find clear instructions on how to do this in the documentation. Specifically, I have the following questions:
How can I enter a TI-BASIC program into the emulator?
How do I debug a TI-BASIC program in CEmu?
Are there any guides or tutorials available for using CEmu with TI-BASIC?
I would greatly appreciate any guidance or documentation references on this topic. Thanks in advance!
The text was updated successfully, but these errors were encountered: