create_tbyte

Convert the current item to a tbyte (10 or 12 bytes) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also create_data() function

#define create_tbyte(ea) create_data(ea, FF_TBYTE, 10, BADADDR)

Last updated