Feature request for Spectrum Next #114
Replies: 1 comment
-
Hi, I see the usefulness of such a command but properly the proposed command+arguments has a lot of drawbacks.
(I would rather use 'bank' instead of just 'b' because I use the suffix 'b' often for a byte.)
would show 20 bytes of memory of the bank 2 starting at index $100 inside the bank. It would also not make sense to use labels. E.g.
would certainly not make sense. But there is also a much bigger problem with the implementation: Of course, all this is doable but I think I would wait for more changes in the protocol before doing so. |
Beta Was this translation helpful? Give feedback.
-
Hi
I useful feature would be to add a new command to the memory viewer -mvb to display the memory from a bank, even when the breakpoint stops the code in another bank like -mvb $c000 200 BANK2 as this would be useful when looking for bank overwrites and other debugging banked code.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions