summaryrefslogtreecommitdiff
path: root/Optimizing-assembly-code.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 09:29:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 09:29:10 -0400
commit450c5b477719bd9f0dc0d4810c487f0722d62198 (patch)
treee9735ba4bc00d7139da5c201f3cdbb16d61fca50 /Optimizing-assembly-code.md
parent44c162625876ecfe2bca02a1e5944719469a37f0 (diff)
opcodes
Diffstat (limited to 'Optimizing-assembly-code.md')
-rw-r--r--Optimizing-assembly-code.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Optimizing-assembly-code.md b/Optimizing-assembly-code.md
index 3dbc306..1d7ede4 100644
--- a/Optimizing-assembly-code.md
+++ b/Optimizing-assembly-code.md
@@ -12,6 +12,8 @@ WikiTI's advice fully applies here:
>
> There are some tricks that are nothing more than the correct use of the available instructions on the Z80. Keeping an [instruction set summary](https://rednex.github.io/rgbds/gbz80.7.html) helps to visualize what you can do during coding.
+(There's also a "cheat sheet" [table of instructions](https://gbdev.io/gb-opcodes//optables/classic) summarizing their bytes, cycles, and affected flags, if you don't need a long listing of what each one does.)
+
## Contents