mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* valid runtime code
This commit is contained in:
parent
c7786e73aa
commit
08301263a7
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user