소스 검색

* fix register in comment

git-svn-id: trunk@41031 -
nickysn 6 년 전
부모
커밋
8e832f31dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/graph/src/msdos/graph.pp

+ 1 - 1
packages/graph/src/msdos/graph.pp

@@ -2508,7 +2508,7 @@ const CrtAddress: word = 0;
     mov cx, [X]
     add cx, [StartXViewPort]
     mov ax, cx
-    {SI = Y * LINESIZE, BX = X, coordinates admissible}
+    {SI = Y * LINESIZE, CX = X, coordinates admissible}
     shr ax, 1                    ; (* Faster on 286/86 machines         *)
     shr ax, 1
     add si, ax                ; {SI = Y * LINESIZE + (X SHR 2) }