mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-26 00:49:15 +00:00
Clarified lateral thinking
This commit is contained in:
parent
a06ff53389
commit
2d1ca64b92
@ -1297,10 +1297,11 @@ The **lateral** thinking is to _use partial results_.
|
|||||||
2 Q Rstuvw?P
|
2 Q Rstuvw?P
|
||||||
3 R stuvw?PQ
|
3 R stuvw?PQ
|
||||||
--push A--
|
--push A--
|
||||||
--A & #F8
|
stuvw000 <- A & #F8
|
||||||
--store low byte offset--
|
--store low byte offset--
|
||||||
--pop A--
|
--pop A--
|
||||||
4 s tuvw?PQR
|
4 s tuvw?PQR
|
||||||
|
00000PQR <- A & #07
|
||||||
--CLC--
|
--CLC--
|
||||||
--add FontHi to A
|
--add FontHi to A
|
||||||
--store high byte offset--
|
--store high byte offset--
|
||||||
|
Loading…
Reference in New Issue
Block a user