mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:49:22 +02:00
* fixed comment in test
git-svn-id: trunk@38356 -
This commit is contained in:
parent
02e57c36c2
commit
c4f66a2492
@ -4,7 +4,7 @@ program tasm23;
|
|||||||
|
|
||||||
procedure t; assembler;
|
procedure t; assembler;
|
||||||
asm
|
asm
|
||||||
mov ax, [bx[5]][di][54][-17][45][4] { mov ax, ss:[bx+di+5Bh] }
|
mov ax, [bx[5]][di][54][-17][45][4] { mov ax, [bx+di+5Bh] }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user