mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* valid runtime code
This commit is contained in:
parent
c7786e73aa
commit
08301263a7
@ -6,7 +6,11 @@
|
|||||||
{$Mode Delphi}
|
{$Mode Delphi}
|
||||||
{$ASMMODE Intel}
|
{$ASMMODE Intel}
|
||||||
|
|
||||||
|
var
|
||||||
|
buf : array[0..255] of char;
|
||||||
asm
|
asm
|
||||||
|
lea ebx,buf
|
||||||
|
add ebx,'('
|
||||||
mov al, [ebx - '(']
|
mov al, [ebx - '(']
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user