Skip to content

Assigning struct word member from another struct word member #134

@james7780

Description

@james7780

I have noticed that assigning a member variable (word type) of one struct from the word member variable of another (different) struct does not seem to work.

eg: If we have:
struct STRUCT1 { word a }
struct STRUCT2 { word b }
pointer.STRUCT1 pS1
pointer.STRUCT2 pS2

then
pS1->a = pS2->b
does not result in the correct value in pS1->a

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