1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

nested struct example needs a .tag

This commit is contained in:
bbbradsmith 2023-12-16 19:52:57 -05:00
parent f6838be162
commit 0ff1b20f2a

View File

@ -5016,6 +5016,7 @@ the new structure are added to the enclosing scope instead. Example:
.endstruct
.endstruct
O: .tag Object
lda O + Object::named + Object::Point::ycoord
lda O + Object::un2
</verb></tscreen>