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()
Last updated 2 months ago
Was this helpful?