diff options
-rw-r--r-- | Optimizing-assembly-code.md | 7 | ||||
-rw-r--r-- | Tutorials.md | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Optimizing-assembly-code.md b/Optimizing-assembly-code.md new file mode 100644 index 0000000..6f61867 --- /dev/null +++ b/Optimizing-assembly-code.md @@ -0,0 +1,7 @@ +## TOC + + +TODO + + +Many of [these techniques for Z80 optimization](http://wikiti.brandonw.net/index.php?title=Z80_Optimization) are still applicable to GBZ80 code, even with its reduced registers and instructions. diff --git a/Tutorials.md b/Tutorials.md index 237384c..3fe533f 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -15,12 +15,12 @@ Tutorials may use diff syntax to show edits: - [Upgrades to existing features](#upgrades-to-existing-features) - [Removing features](#removing-features) - [Features from different generations](#features-from-different-generations) +- [Assembly programming](#assembly-programming) - [To do](#to-do) ## Miscellaneous -- [Assembly programming](Assembly-programming) - [Tips and tricks](Tips-and-tricks) - [Useful unused data and routines](Useful-unused-data-and-routines) @@ -104,6 +104,12 @@ Tutorials may use diff syntax to show edits: - [Use G/S SGB palettes for maps](Use-GS-SGB-palettes-for-maps) +## Assembly programming + +- [Optimizing assembly code](Optimizing-assembly-code) +- [Relevant links](Assembly-programming) + + ## To do Feel free to contribute one of these! |