The VC-3 is a system, running on the SD-8516.
I guess this interrupt system is part of the KERNAL, so should be more “VC-3” as it is system software. What follows is a simple list of the interrupt, what it does, it's calling parameters and it's return codes. I guess this should be called “Stellar BIOS V1”.
; ============================================================================ ; INT 10h - VIDEO SERVICES ; Stellar BIOS Video interrupt handler ; ============================================================================ ; Function dispatch via AH register: ; AH=00h: Set video mode ; AH=01h: Set cursor shape (reserved) ; AH=02h: Set cursor position ; AH=03h: Get cursor position ; AH=0Eh: Write character at cursor (teletype) ; AH=0Fh: Get current video mode ; AH=13h: Write string at cursor ; AH=14h: Scroll screen up ; AH=15h: Clear screen ; AH=16h: Get video parameters (rows, cols) ; ============================================================================
Available modes: