With a .db that has an odd number of characters adding ',0' should be respected or counted. Instead the warning,
Warning : A .DB segment with an odd number of bytes is detected. A zero byte is added.
is issued. Considering that the line looks like,
.db "ud*",0
either the counting is off or zeros are being added willy-nilly. Is it possible the ',0' isn't being looked at?
EDIT: this one is wrong. It does work fine. It seems to only be the ones with single tick marks in them that can't be fixed by adding the ",0" to the .db line.