Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor/debugger ignoring rorg directive [NES/DASM] #183

Open
langel opened this issue Feb 9, 2024 · 2 comments
Open

editor/debugger ignoring rorg directive [NES/DASM] #183

langel opened this issue Feb 9, 2024 · 2 comments

Comments

@langel
Copy link

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

@langel langel changed the title editor/debugger ignoring rorg directive editor/debugger ignoring rorg directive [NES/DASM] Feb 9, 2024
@sehugg
Copy link
Owner

sehugg commented Feb 23, 2024

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

@langel
Copy link
Author

langel commented Mar 4, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants