瀏覽代碼

* another byte saved in the InitModeX routine :)

git-svn-id: trunk@40978 -
nickysn 6 年之前
父節點
當前提交
f6aa6e5b58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/graph/src/msdos/graph.pp

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

@@ -2403,7 +2403,7 @@ const CrtAddress: word = 0;
      MOV  AX, 0013h
      CMP  BYTE PTR [DontClearGraphMemory],0
      JE   @L2
-     OR   AX, 080h
+     OR   AL, 080h
   @L2:
      push ds
      push bp