home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJEMU106.ZIP
/
EMU387
/
E30.CC
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-22
|
241b
|
20 lines
#include "emu.h"
#include "rmov.h"
void emu_30()
{
if (full())
return;
if (modrm > 0277)
{
emu_bad();
}
else
{
// fild m32int
reg t1, t2;
top--;
r_mov((long *)get_modrm(), st());
}
}