mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 01:59:31 +02:00
* fixed register in comment
git-svn-id: trunk@41053 -
This commit is contained in:
parent
32f85b6bd8
commit
46ab1ac384
@ -2713,7 +2713,7 @@ const CrtAddress: word = 0;
|
||||
(* End multiply by 80 *)
|
||||
mov cx, [X]
|
||||
mov ax, cx
|
||||
{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