diff --git a/GCC-2.8.1-Tips-and-Tricks.md b/GCC-2.8.1-Tips-and-Tricks.md index a5b4b80..07119f1 100644 --- a/GCC-2.8.1-Tips-and-Tricks.md +++ b/GCC-2.8.1-Tips-and-Tricks.md @@ -64,4 +64,6 @@ If you encounter likely instructions, these mean that the delay slot instruction loops going down instead of up -division only generates break if you divide by a variable rather than a constant \ No newline at end of file +division only generates break if you divide by a variable rather than a constant + +weird switch behavior where it stores a slti and doesn't use it - that means it's some explicit switch cases \ No newline at end of file