vga lines WIP

This commit is contained in:
Frater 2026-02-19 00:00:10 +01:00
commit d2fb28b29c
3 changed files with 974 additions and 411 deletions

View file

@ -72,10 +72,11 @@ endstruc
struc gfx
.cur_x resw 1 ; x,y en pixel
.cur_y resw 1
.cur_mode resw 1 ; mode text
.cur_offset resw 1 ; offset calculé pour le prochain caractère
.cur_line_ofs resw 1 ; "interligne" +2000h ou -2000h
.cur_shift resb 1 ; x&7 (0..7)
.cur_mode resb 1 ;
endstruc
; -----------------------------------------------------------------------------------