From 7a7600e485b11ec77a91a7ce34f897635b51e382 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 27 Nov 2022 22:47:29 +0900 Subject: [PATCH] Updated GCC 2.8.1 Tips and Tricks (markdown) --- GCC-2.8.1-Tips-and-Tricks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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