Small changes and NES support!
Pas 6502 » Devlog
Hi all, I have updated Pas6502 again; main with some very minimal NES support with a couple of working examples :)
There are some caveats with using the NES right now:
****************************************************************************************************************************
NOTE: The NES target has some programming limitations due to the current compiler design (no routine parameters/local vars on stack yet):
- Routines must have no formal parameters, or only have pure assembly parameters.
- Can’t use local variables in the routines, must use global variables.
- Some internal routines (for mul/mod/div mainly) use parameters in functions/procedures and might not work properly due to being compiled in ROM.
****************************************************************************************************************************
Files
include.zip 112 kB
May 09, 2024
README_help.rtf 9.8 MB
May 09, 2024
pas6502.zip 3.5 MB
May 09, 2024
examples.zip 63 kB
May 09, 2024
Get Pas 6502
Download NowName your own price
Pas 6502
Pascal cross-compiler for 6502 machines.
Status | In development |
Category | Tool |
Author | syntaxerrorsoftware |
Tags | atari, bbc-micro, Commodore 64, compiler, cross-compiler, pascal, utility |
More posts
- Commodore PET support added!52 days ago
- Apple II support added!! (and some fixes)53 days ago
- Bug fixes, IDE updates, improvements...58 days ago
- Find/replace dialog, goto code definitions and other improvements.70 days ago
- Improvements and bug fixes madeJun 16, 2024
- New download file (fragments.zip) and include.zip updateJun 07, 2024
- Art change for NES example...May 11, 2024
- New machine support and some fixes...Apr 19, 2024
- Updates, fixes, and C128 support addedMar 31, 2024
Leave a comment
Log in with itch.io to leave a comment.