Skip to content

AS doesn't report some syntax errors #3

@maccasoft

Description

@maccasoft

When porting a pasm source to gcc-as, I found these two errors are not reported (file compiles but result is not what is expected):

%% number syntax is not supported, result is always 0, workaround use any other number syntax (%binary works, $hex works, etc.)
file include directive doesn't work, result is the definition of one long with value 0, workaround use .incbin as per gcc-as documentation

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