fix conout using stray DS
This commit is contained in:
parent
a91fb3de0d
commit
ec205407a7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ section .text
|
||||||
; IN dl character
|
; IN dl character
|
||||||
conout mov al, dl
|
conout mov al, dl
|
||||||
mov ah, 0x0e
|
mov ah, 0x0e
|
||||||
mov bx, [conbx]
|
mov bx, [cs:conbx]
|
||||||
int 0x10
|
int 0x10
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue