We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13625d9 commit 49c553aCopy full SHA for 49c553a
main.cpp
@@ -56,6 +56,9 @@ int main(int argc, char** argv) {
56
}
57
58
59
+ // I'm sorry for this code...it's really janky, but it does the job.
60
+ // See Appendix B.9 Miscellaneous Mnemonics in this PDF:
61
+ // https://arcb.csc.ncsu.edu/~mueller/cluster/ps3/SDK3.0/docs/arch/PPC_Vers202_Book1_public.pdf
62
if (line.find("\tla ") == 0) {
63
// Replace "la" with "addi"
64
line.replace(0, 3, "\taddi");
0 commit comments