From d8b8368e4e7602b38b655c52e496e4f27d883a51 Mon Sep 17 00:00:00 2001 From: Karri Kaksonen Date: Tue, 19 Apr 2022 10:33:58 +0300 Subject: [PATCH] Add documentation --- libsrc/atari7800/mono_font.s | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libsrc/atari7800/mono_font.s b/libsrc/atari7800/mono_font.s index d07266989..74307ccfb 100644 --- a/libsrc/atari7800/mono_font.s +++ b/libsrc/atari7800/mono_font.s @@ -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