Update asmhead.nas

This commit is contained in:
LJS80
2023-06-19 23:06:13 +08:00
committed by GitHub
parent f8b2930281
commit 9bb71ea5ce

View File

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