Browse Source

* iret is in intel mode now written as iretd

florian 26 years ago
parent
commit
8bea45e7e6
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/i386.pas

+ 6 - 3
compiler/i386.pas

@@ -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