vga lines WIP
This commit is contained in:
parent
4d95401339
commit
d2fb28b29c
3 changed files with 974 additions and 411 deletions
|
|
@ -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
|
||||
|
||||
; -----------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue