I searching for low level way to use screen pages without calling interrupts like sending characters directly to the video buffer without interrupts. Something instead the next code:
; Page 1
mov ax, 0501h
int 10h
I searching for low level way to use screen pages without calling interrupts like sending characters directly to the video buffer without interrupts. Something instead the next code:
; Page 1
mov ax, 0501h
int 10h