Skip to content

Cannot use DCD directive with more than one word #4

Description

@ARamsey118

For example ConstData DCD 0x0000000A, 0x0000000B, 0x00000010, 10 will give a warning saying iarm/arm_instructions/directives.py:107: UserWarning: Cannot reserve constant words; 0x0000000A, 0x0000000B, 0x00000010, 10

Moving each to its own line, ie:

ConstData DCD 0x0000000A
MoreData DCD 0x0000000B
;...

will work

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions