nested struct example needs a .tag

This commit is contained in:
bbbradsmith 2023-12-16 19:52:57 -05:00
parent f6838be162
commit 0ff1b20f2a
1 changed files with 1 additions and 0 deletions

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>