Browse Source

+ bug0123

florian 27 years ago
parent
commit
96d47eb00d
2 changed files with 8 additions and 1 deletions
  1. 6 0
      bugs/bug0123.pp
  2. 2 1
      bugs/readme.txt

+ 6 - 0
bugs/bug0123.pp

@@ -0,0 +1,6 @@
+{$I386_INTEL}
+begin
+   asm
+      SHRD [ESI-8], EAX, CL
+   end;
+end.

+ 2 - 1
bugs/readme.txt

@@ -167,4 +167,5 @@ bug0118.pp   Procedural vars cannot be assigned nil ?
 bug0119.pp   problem with methods
 bug0119.pp   problem with methods
 bug0120.pp   inc/dec(enumeration) doesn't work
 bug0120.pp   inc/dec(enumeration) doesn't work
 bug0121.pp   cardinal -> byte conversion not work (and crashes)
 bug0121.pp   cardinal -> byte conversion not work (and crashes)
-bug0122.pp   exit() gives a warning that the result is not set
+bug0122.pp   exit() gives a warning that the result is not set
+bug0123.pp   problem with intel assembler (shrd)