Merge pull request #26 from LJS08/patch-1

Fix: 翻译不完全04_day/asmhead.nas
This commit is contained in:
郭宇翔
2024-04-01 16:14:55 +08:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ VRAM EQU 0x0ff8 ; 图像缓冲区的起始地址
ORG 0xc200 ; 这个的程序要被装载的内存地址
; 画面モードを設定
; 设置画面模式
MOV AL,0x13 ; VGA显卡320x200x8bit
MOV AH,0x00