mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* fixed register in comment
git-svn-id: trunk@41054 -
This commit is contained in:
parent
46ab1ac384
commit
aca3933f6d
@ -2642,7 +2642,7 @@ const CrtAddress: word = 0;
|
||||
(* End multiply by 80 *)
|
||||
add ax, [StartXViewPort]
|
||||
mov cx, ax
|
||||
{DI = Y * LINESIZE, BX = X, coordinates admissible}
|
||||
{DI = Y * LINESIZE, CX = X, coordinates admissible}
|
||||
shr ax, 1
|
||||
shr ax, 1
|
||||
add di, ax ; {DI = Y * LINESIZE + (X SHR 2) }
|
||||
|
Loading…
Reference in New Issue
Block a user