create_word
Convert the current item to a word (2 bytes) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also create_data() function
#define create_word(ea) create_data(ea, FF_WORD, 2, BADADDR)
Last updated
Convert the current item to a word (2 bytes) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also create_data() function
#define create_word(ea) create_data(ea, FF_WORD, 2, BADADDR)
Last updated