You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check if syntax is possible and not clashing with something else about DEFS or anything
implement
???
profit
check how does this relates to structures, maybe this could have been done instead of the TEXT fields, or maybe it's still different (DS field doesn't have explicit initializer value in {} notation? Even then it may be useful to extend structure.DS too)
The text was updated successfully, but these errors were encountered:
syntax can follow structure TEXT (last explicit byte is also a filler) without requiring curly-braces.
Struct-DS seems low benefit as there is already TEXT field, so skip that one (and would have to record the whole text as init value and that's size limited, so it further complicates implementation).
idea from z88dk pull request: z88dk/z88dk#1834 (comment)
TEXT
fields, or maybe it's still different (DS field doesn't have explicit initializer value in{}
notation? Even then it may be useful to extend structure.DS too)The text was updated successfully, but these errors were encountered: