-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels