#include "emu.h" #include "rmov.h" void emu_76() { if (st().tag == TW_E) exception(EX_SU); if (modrm > 0277) { emu_bad(); } else { // fbstp r_mov(st(), (char *)get_modrm()); st().tag = TW_E; top++; } }