AlchemicRaker / alchemy65

A vscode debugger extension for NES projects using cc65 and ca65.
MIT License
18 stars 4 forks source link

Reference Stack Trace from $100-$1FF #4

Open AlchemicRaker opened 2 years ago

AlchemicRaker commented 2 years ago

Reference the stack trace in 6502 memory $100-$1FF. This may be hindered by mappers (without additional debug support from the emulator) and other data pushed on the stack (as pointers aren't strictly the only things that can be stored on the stack), but it can be at least partly functional.