Browse Source

+ add asmmode_standard to the asmmodes_x86_intel set on i8086, because i8086 defaults to intel syntax

git-svn-id: trunk@42210 -
nickysn 6 years ago
parent
commit
d2b3da1f14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/systems.pas

+ 3 - 0
compiler/systems.pas

@@ -432,6 +432,9 @@ interface
 
 
        { x86 asm modes with an Intel-style syntax }
        { x86 asm modes with an Intel-style syntax }
        asmmodes_x86_intel = [
        asmmodes_x86_intel = [
+{$ifdef i8086}
+         asmmode_standard,
+{$endif i8086}
          asmmode_i8086_intel,
          asmmode_i8086_intel,
          asmmode_i386_intel,
          asmmode_i386_intel,
          asmmode_x86_64_intel
          asmmode_x86_64_intel