You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with bank switching capable mappers 2 and 4 for a while. The assembler and the emulator operate as expected. But the editor is showing a rom address based on the .org directive and the debugger seems to be following that.
I've been digging through the source and looks like rorg is missing from parseDirective() in /src/worker/assembler.ts
...but that's my best guess (and I'm struggling to get github integration working on my local).
The text was updated successfully, but these errors were encountered:
langel
changed the title
editor/debugger ignoring rorg directive
editor/debugger ignoring rorg directive [NES/DASM]
Feb 9, 2024
I've been working with bank switching capable mappers 2 and 4 for a while. The assembler and the emulator operate as expected. But the editor is showing a rom address based on the .org directive and the debugger seems to be following that.
Here is an example repo for testing: https://github.com/langel/beat-em-high
I've been digging through the source and looks like
rorg
is missing from parseDirective() in /src/worker/assembler.ts...but that's my best guess (and I'm struggling to get github integration working on my local).
The text was updated successfully, but these errors were encountered: