mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
Add documentation
This commit is contained in:
parent
9ad2eea146
commit
d8b8368e4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user