Clarified lateral thinking

This commit is contained in:
michaelangel007 2016-01-13 22:11:53 -08:00
parent a06ff53389
commit 2d1ca64b92

View File

@ -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--