Browse Source

* use 'seges' instead of db 26h. It is actually supported, but for some reason,
unlike TP7's inline asm, in FPC it doesn't work on the same line as 'lodsb'.

git-svn-id: trunk@28065 -

nickysn 11 years ago
parent
commit
2f83e2efc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/i8086/i8086.inc

+ 1 - 1
rtl/i8086/i8086.inc

@@ -264,7 +264,7 @@ asm
   or dx, ax
   jz @@Lgnf_null
   xchg ax, si  // 1 byte shorter than a mov
-  db 26h  // 'seges' not yet supported, so we use db
+  seges
   lodsw
   mov dx, es
 @@Lgnf_null: