variable fore, 2
variable xy, 0
variable hp, 320
variable vp, 200
variable hc, 320/iw
variable vc, 320/ih
variable frame, 0xa0000
section .data
font: incbin "drivers/i386/vga/font"
section .text

%include "drivers/i386/vga/g8/at"
%include "drivers/i386/vga/g8/blit"
%include "drivers/i386/vga/g8/hline"
%include "drivers/i386/vga/g8/vline"
%include "drivers/i386/vga/g8/circle"
%include "drivers/i386/vga/g8/emit"
%include "drivers/i386/vga/g8/rect"
%include "drivers/i386/vga/g8/clip"
%include "drivers/i386/vga/g8/cr"
%include "drivers/i386/vga/g8/bluebar"
%include "drivers/i386/vga/g8/s"

%include "drivers/i386/vga/ati.asm"
