diff --git a/README.md b/README.md index 2c49cd0..99ba896 100644 --- a/README.md +++ b/README.md @@ -1097,7 +1097,7 @@ We'll split the table of addresses into Low and High bytes for easier access. We This is our mini HGR Y Address look-up table. "Funny" that it has 24 entries -- the same height as our text screen. :-) -Enter these bytes (or `bload hgrtable.bin`): +Enter these bytes (or save [hgrtable.bin](hgrtable.bin) and `bload hgrtable.bin`): Our `HgrLo` table: diff --git a/hgrtable.bin b/hgrtable.bin new file mode 100644 index 0000000..0e554b5 Binary files /dev/null and b/hgrtable.bin differ