Browse Source

+ new test

pierre 22 years ago
parent
commit
4cd395a7c2
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tests/webtbs/tw2323.pp

+ 12 - 0
tests/webtbs/tw2323.pp

@@ -0,0 +1,12 @@
+{ %CPU=i386 }
+{ Source provided for Free Pascal Bug Report 2323 }
+{ Submitted by "marco" on  2003-01-16 }
+{ e-mail: [email protected] }
+
+{$Mode Delphi}
+{$ASMMODE Intel}
+
+asm
+    mov al, [ebx - '(']
+end.
+