DiztinGUIsh icon indicating copy to clipboard operation
DiztinGUIsh copied to clipboard

bank issue

Open gizaha opened this issue 1 year ago • 2 comments

on bank 80, there is an instruction jsl $83dc15. However diztinguish probably see it as c3dc15 and doesn't recognize the reference, doesn't put label in it. Bank 3 has many subroutines, called from bank 0 but they don't get labels. What did i do wrong?

gizaha avatar Sep 09 '24 23:09 gizaha

Can i use a workaround at least?

gizaha avatar Nov 27 '24 18:11 gizaha

bank mirroring is vaguely fraught with peril in Diz. the new 3.0 branch tries to address this with an actual memory mapping model that can detect if a SNES address is really some alias/etc, but it's a long time from being released.

probably related to stuff in #4 too

binary1230 avatar Nov 30 '24 19:11 binary1230