moved graphops into a dedicated sourcefile.

This commit is contained in:
Martin Preuss
2025-05-22 16:29:55 +02:00
parent a4975038b4
commit 7d233136eb
6 changed files with 356 additions and 331 deletions

View File

@@ -26,7 +26,7 @@
font1_8x8:
; header
rjmp font8x8MonoRenderCharacter ; renderFn
.dw font8x8MonoRenderCharacter ; renderFn
.db 128, 0 ; needed buffer size
.db 8, 8 ; width, height of chars
.db 32, 64 ; first char, num of chars in font

View File

@@ -31,9 +31,6 @@
font8x8MonoRenderCharacter:
push zl
push zh
lsl zl
rol zh
rcall font8x8GetCharPosInFont8x8 ; (r17, r24, r25, z)
ldi r25, 8 ; 8 bytes
font8x8MonoRenderCharacter_loop1: