moved graphops into a dedicated sourcefile.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user