Last updated
Was this helpful?
Last updated
Was this helpful?
Get byte value from flags
Get value of byte provided that the byte is initialized.
This macro works ok only for 8-bit byte machines.
#define byte_value(F) (F & MS_VAL) // quick replacement for get_wide_byte()