-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Consider the following:
Only 16 characters of the 0c label are being added to the output file.
If I comment out the following, or comment out one of the other of these settings:
It makes no difference, the first 16 characters are still displayed and used (though the formatting changes a bit).
If I comment out the following line:
then it works OK. In the previous examples, it's like it's overriding the 0c's label name with 0d's label name, but only 16 characters.
It's possible I'm using it wrong...maybe this is a feature, not a bug!
Whlist I'm typing...the reason I'm adding several labels for Zero Page addresses is that when an address in a range is encountered, dasmfw puts e.g. "ZP+123", where 123 is decimal. I'm much prefer hex, but I can't figure out a simple way to get it to output hex. I think I queried this with you before, but I can't remember the reason.