* iret is in intel mode now written as iretd

This commit is contained in:
florian 1999-04-12 19:20:45 +00:00
parent c3d1c321a7
commit 8bea45e7e6

View File

@ -1,4 +1,4 @@
{ {
$Id$ $Id$
Copyright (c) 1995-98 by Florian Klaempfl Copyright (c) 1995-98 by Florian Klaempfl
@ -1160,7 +1160,7 @@ unit i386;
'fnsts','sahf','fdivp','fsubp','setc','setnc','jc','jnc', 'fnsts','sahf','fdivp','fsubp','setc','setnc','jc','jnc',
'ja','jae','jb','jbe','seta','setae','setb','setbe', 'ja','jae','jb','jbe','seta','setae','setb','setbe',
'aaa','aad','aam','aas','cbw','cdq','clc','cli', 'aaa','aad','aam','aas','cbw','cdq','clc','cli',
'clts','cmc','cwd','cwde','daa','das','hlt','iret','lahf', 'clts','cmc','cwd','cwde','daa','das','hlt','iretd','lahf',
'lods','lock','nop','pusha','pushf','pushfd', 'lods','lock','nop','pusha','pushf','pushfd',
'stc','std','sti','stos','wait','xlat','xlatb','movsx', 'stc','std','sti','stos','wait','xlat','xlatb','movsx',
'movsx','movsx','movsx','movsx','movzx','popa','in', 'movsx','movsx','movsx','movsx','movzx','popa','in',
@ -1978,7 +1978,10 @@ Begin
end. end.
{ {
$Log$ $Log$
Revision 1.38 1999-03-26 00:05:31 peter Revision 1.39 1999-04-12 19:20:45 florian
* iret is in intel mode now written as iretd
Revision 1.38 1999/03/26 00:05:31 peter
* released valintern * released valintern
+ deffile is now removed when compiling is finished + deffile is now removed when compiling is finished
* ^( compiles now correct * ^( compiles now correct