* fixed register in comment

git-svn-id: trunk@41054 -
This commit is contained in:
nickysn 2019-01-24 16:14:01 +00:00
parent 46ab1ac384
commit aca3933f6d

View File

@ -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) }