You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ignoring the multiple labels can of worms, I don't understand why the label 0d line overrides the label 0c before it, or why adding the X should resolve the problem. (It doesn't, see below.)
If I put this
dsamfw gives this, the +1 seems to give unexpected behaviour
I've managed to work around it anyway, as shown below
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.
The text was updated successfully, but these errors were encountered: