Skip to content

adding ',0' to a .db line still triggers warning #64

@CableGuy67

Description

@CableGuy67

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions