Skip to content

Cannot use DCD directive with more than one word #4

@ARamsey118

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions