-
Notifications
You must be signed in to change notification settings - Fork 84
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
Feature Request: PC Engine #173
Comments
I have gotten a few requests for PC Engine, I think it's pretty feasible, since it has no BIOS and supported by CC65. |
Trick or treat, PC Engine is started: https://sehugg.github.io/8bitworkshop/?platform=pce Needs debugging support (porting the jspce emulator to the Machine interface) |
Wow this is really exciting! :D |
NES supports CA65, see https://8bitworkshop.com/projects/?n=nes/NES-ca65-example DASM is a little easier for simple examples because it lacks a config file and everything is pretty transparent. |
wow I had no idea... so when creating a ca64 project you start with a .s file? also does ca65 support the extra opcodes that the PCE has like stz and the transfer block data instructions? |
CA65 seems to support it, but I only tried this:
You have to use the extension ".ca65" or ".s" but you can link to an existing C file. |
thanks 👍 |
DASM doesn't support the extra opcodes, you'll need to implement them as macros or as raw data inserts. Apologies for necroposting. |
No description provided.
The text was updated successfully, but these errors were encountered: