mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-12-27 05:32:19 +00:00
emphasized visual mnemonic
This commit is contained in:
parent
bdcaf29228
commit
b74f4988a0
@ -1123,7 +1123,7 @@ We'll assign unique letters to each bit of `c`:
|
||||
+-------------------------------+
|
||||
7 6 5 4 3 2 1 0 bit position
|
||||
|
||||
You see what I did there? :-) I put the low bits in `lowercase` and the High bits in `Uppercase` as a visual mnemonic to remember which bits belong to which part of the address.
|
||||
You see what I did there? :-) I put the low bits in `lowercase` and the High bits in `Uppercase` as a **visual mnemonic** to help remember which bits belong to which part of the address.
|
||||
|
||||
IF this is confusing, remember, we are calculating a 16-bit offset:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user