mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* add byte ptr
This commit is contained in:
parent
faf7082d45
commit
53dd50db60
@ -15,7 +15,7 @@ begin
|
||||
l[i]:=35;
|
||||
asm
|
||||
mov eax,3
|
||||
mov l[eax*4],55
|
||||
mov byte ptr l[eax*4],55
|
||||
end;
|
||||
if l[3]<>55 then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user