itch.io is community of indie game creators and players

Devlogs

Small changes and NES support!

Pas 6502
A downloadable tool for Windows

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
    24 days ago
  • README_help.rtf 9 MB
    24 days ago
  • pas6502.zip 3 MB
    24 days ago
  • examples.zip 63 kB
    24 days ago
Download Pas 6502
Leave a comment