df-structures icon indicating copy to clipboard operation
df-structures copied to clipboard

`specific_ref_type` is sometimes 16-bit rather than 32-bit

Open ab9rf opened this issue 1 year ago • 1 comments

toady defines this as an enum without a specific base type so the underlying type is 32 bits, but he then does typedef int16_t Reference; and usually uses Reference so most of the time these are 16-bit values

we thus need to generate both a 16-bit and 32-bit version of this enum

ab9rf avatar Nov 13 '23 18:11 ab9rf