ChristopheF
ChristopheF
If I define a label named "TEST" for address $000016 then the instruction: `STZ.B $16` is replaced with `STZ.B TEST` in both the Diz user interface and the generated asm...
I'd like the ability to mark a 16 bit immediate value operand as being the bank or offset of a label, so that the source assembly code generated by Diztinguish...
Diztinguish allows me to mark any bytes as 'Text' in a project. However, if non-printable characters are marked as text, Diztinguish generates an asm output that asar cannot process. Example:...
Adding a label in the main window does not add the label in the Label List. You must save and reload the project for it to appear in the label...