Explorar o código

* valid runtime code

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
08301263a7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/webtbs/tw2323.pp

+ 4 - 0
tests/webtbs/tw2323.pp

@@ -6,7 +6,11 @@
 {$Mode Delphi}
 {$ASMMODE Intel}
 
+var
+  buf : array[0..255] of char;
 asm
+    lea ebx,buf
+    add ebx,'('
     mov al, [ebx - '(']
 end.