Bank switching in emulator debugger

Tutorials and help articles.

(Posts require approval. See pinned post.)
Forum rules
Post guides, tutorials, and other instructional content here.

This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area.

Tech support questions should be asked in Hardware or Software support.
Post Reply
Fippy
Posts: 8
Joined: Fri Aug 20, 2021 2:40 pm

Bank switching in emulator debugger

Post by Fippy »


How do I switch bank for the 'm' command in the debugger? I loaded code into Bank1, but when I 'mA000' it shows me bank 0, and I can't find the syntax to switch to viewing Bank 1.

Thanks.

 

Ender
Posts: 220
Joined: Sat May 09, 2020 9:32 pm

Bank switching in emulator debugger

Post by Ender »


The bank number comes before the address.  Like "m 1A000"

Post Reply