add cga_line_xxxxx
This commit is contained in:
parent
c5124b35e3
commit
2fb87be644
5 changed files with 528 additions and 246 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue