8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

editor/debugger ignoring `rorg` directive [NES/DASM]

Open langel opened this issue 1 year ago • 2 comments

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).

langel avatar Feb 09 '24 19:02 langel

Yeah, RORG support was developed for the 2600 and isn't great on the NES debugger. Do you still have a repo available?

sehugg avatar Feb 23 '24 17:02 sehugg

Sorry about that -- thought I already made that repo public

here: https://github.com/langel/beat-em-high

langel avatar Mar 04 '24 21:03 langel