create_yword

Convert the current item to a ymm word (32 bytes/256 bits) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also create_data() function

#define create_yword(ea) create_data(ea, FF_YWORD, 32, BADADDR)

Last updated