pierre 22 anni fa
parent
commit
4cd395a7c2
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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.
+