Would it be possible to have the symbols file recognize also the "bank" as an indicator of the label?
In my case, i'm having several routines that start at address A000, but in different banks.
It would be great if the symbols table could have an indication of the bank attached to the label.
Kickc and Kick assembler generate a symbols file that contains C:ADDR al statements.

It would be great if box16 would recognize the C: syntax, but also an extension, which could be optionally given:

The 03 would indicate that the stage_logic routine is located in bank 3, and the label would only chosen if bank 3 is the current bank.
makes sense?
Sven
Would it be possible to have the symbols file recognize also the "bank" as an indicator of the label?
In my case, i'm having several routines that start at address A000, but in different banks.
It would be great if the symbols table could have an indication of the bank attached to the label.
Kickc and Kick assembler generate a symbols file that contains C:ADDR al statements.
It would be great if box16 would recognize the C: syntax, but also an extension, which could be optionally given:
The 03 would indicate that the
stage_logicroutine is located in bank 3, and the label would only chosen if bank 3 is the current bank.makes sense?
Sven