#include "emu.h" #include "rmov.h" void emu_75() { if (full()) return; if (modrm > 0277) { emu_bad(); } else { // fild m80int reg t1, t2; top--; r_mov((long long *)get_modrm(), st()); } }