#include "emu.h" #include "rmov.h" void emu_57() { if (modrm > 0277) { // emu_bad(); } else { // fstsw m2byte status_word &= ~SW_TOP; status_word |= (top&7) * SW_TOPS; *(short *)get_modrm() = status_word; } }