add cga_line_xxxxx

This commit is contained in:
Frater 2026-01-29 22:05:57 +01:00
commit 2fb87be644
5 changed files with 528 additions and 246 deletions

View file

@ -203,13 +203,6 @@ endless:
mov ax, [BDA_MOUSE + mouse.y]
call print_word_hex
mov al,' '
call cga_putc
xor ah,ah
mov al, [BDA_MOUSE + mouse.blinker]
call print_word_hex
jmp endless