Hi everyone,
I reconstructed fonts.cv file structure (Darkpanda was right almost for all

), also a graphics structure (pointer at 0xaa) that holds rectangle, colors and a font ID. Code is still not fully functional, partly because VGA driver is still not functioning properly
One curiosity about compiler medium memory model, the DOS exe shares data segment with stack segment, so they are interchangeable in the code. But allows for easy data corruption in case of increased need for stack space.
Cheers