Can I use screen pages without calling interrupts?

69 views Asked by At

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
0

There are 0 answers