Perfect number check The perfect number check in MIPS is quite easy to realize. Here is some pythonic Pseudocode And here is the MIPS-Code: ROT-13 encryption The basic idea for encrypting a string with ROT-13 is to loop over all characters and use the ASCII-Table to shift them. Here is the ROT-13 MIPS-Code: A syntax-highlighted [...]

