fix conout using stray DS
This commit is contained in:
parent
a91fb3de0d
commit
ec205407a7
@ -8,7 +8,7 @@ section .text
|
||||
; IN dl character
|
||||
conout mov al, dl
|
||||
mov ah, 0x0e
|
||||
mov bx, [conbx]
|
||||
mov bx, [cs:conbx]
|
||||
int 0x10
|
||||
ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user