Add documentation

This commit is contained in:
Karri Kaksonen 2022-04-19 10:33:58 +03:00
parent 890a181ae5
commit eed8cec726
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
; The internal font structure for Atari7800 needs a full set of 256
; characters. Each character is 8 x 8 bits.
; The font consists of 8 rows of data:
; row7
; row6
; row5
; row4
; row3
; row2
; row1
; row0
; Each row is 256 bytes long
.export _mono_font
.segment "RODATA"
.align 256