aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-20 14:51:35 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-20 15:08:41 +0100
commitea5f0f81b8a76408d8311cabbc48228798cc20e8 (patch)
tree29749211cd14892acaea281b0e733c70e6f3cf78 /README.md
parent19e4da9fd654886f1a49dfb3509daa6526401774 (diff)
downloadtools.nes-ea5f0f81b8a76408d8311cabbc48228798cc20e8.tar.gz
tools.nes-ea5f0f81b8a76408d8311cabbc48228798cc20e8.zip
Shrink some absolute instructions by one byte
Some instructions which make use of absolute addressing can actually be further compressed to act like zeropage indexing. This can be done if the immediate being used by that instruction can actually fit into a single byte. If that's the case, we will then "correct" the programmer by using zeropage indexing instead of an absolute one, thus reducing one byte for that instruction. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions