1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Add documentation

This commit is contained in:
Karri Kaksonen 2022-04-19 10:33:58 +03:00
parent 890a181ae5
commit eed8cec726

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 .export _mono_font
.segment "RODATA" .segment "RODATA"
.align 256 .align 256