pierre 23 年 前
コミット
4cd395a7c2
1 ファイル変更12 行追加0 行削除
  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.
+