Small changes and NES support!


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
10 days ago
README_help.rtf 9 MB
10 days ago
pas6502.zip 3 MB
10 days ago
examples.zip 63 kB
10 days ago

Get Pas 6502

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.