mirror of
https://github.com/cc65/cc65.git
synced 2025-01-28 00:30:12 +00:00
nested struct example needs a .tag
This commit is contained in:
parent
f6838be162
commit
0ff1b20f2a
@ -5016,6 +5016,7 @@ the new structure are added to the enclosing scope instead. Example:
|
|||||||
.endstruct
|
.endstruct
|
||||||
.endstruct
|
.endstruct
|
||||||
|
|
||||||
|
O: .tag Object
|
||||||
lda O + Object::named + Object::Point::ycoord
|
lda O + Object::named + Object::Point::ycoord
|
||||||
lda O + Object::un2
|
lda O + Object::un2
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user