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
So that the header can have a field definition that describes padding:
format x
extension x
strings ascii
padding 0xFF
size 1
One thing that needs to be sorted out: How extensive should the padding definition be? There are multiple possibilities:
Instead of a definition, refer to a padding structure defined in the structures section.
A complete field definition, such as padding: 0xFF size 1; but then the : and ; syntax looks out of place. Maybe this can be omitted.
Just a single value using the format's defaults as shown in the example above. This may be too limited to effectively express different variants of padding encountered.
The text was updated successfully, but these errors were encountered:
So that the header can have a field definition that describes padding:
One thing that needs to be sorted out: How extensive should the padding definition be? There are multiple possibilities:
structures
section.padding: 0xFF size 1;
but then the:
and;
syntax looks out of place. Maybe this can be omitted.The text was updated successfully, but these errors were encountered: