We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nus-cheatsheets/CS2100/CS2100-final.tex
Line 481 in 3a00b53
Shoundnt it be
PC = (PC + 4) + (imm * 4) instead of PC = (PC + imm) * 4
PC = (PC + 4) + (imm * 4)
PC = (PC + imm) * 4
The text was updated successfully, but these errors were encountered:
Oops yeah I think so. Can you make a PR? Hahah
Sorry, something went wrong.
No branches or pull requests
nus-cheatsheets/CS2100/CS2100-final.tex
Line 481 in 3a00b53
Shoundnt it be
PC = (PC + 4) + (imm * 4)
instead ofPC = (PC + imm) * 4
The text was updated successfully, but these errors were encountered: