movzx,movsx don't support memory destinations

This commit is contained in:
peter 2005-03-10 00:27:04 +00:00
parent 0772eab637
commit 4794119dd3

View File

@ -166,6 +166,8 @@ implementation
{ Some instructions don't allow memory references
for destination }
case instr.opcode of
A_MOVZX,
A_MOVSX,
A_MULSS,
A_MULSD,
A_SUBSS,
@ -323,7 +325,10 @@ implementation
end.
{
$Log$
Revision 1.12 2005-02-14 17:13:10 peter
Revision 1.13 2005-03-10 00:27:04 peter
movzx,movsx don't support memory destinations
Revision 1.12 2005/02/14 17:13:10 peter
* truncate log
}