Quantcast
Channel: Martin Thoma » MIPS
Browsing all 3 articles
Browse latest View live

Add MIPS syntax highlighting to gEdit

I have to code some little programs in MIPS assembly language for university. So I liked to have some syntax highlighting for my favorite editor: gEdit. The following steps were tested on Ubuntu...

View Article



Image may be NSFW.
Clik here to view.

How to print MIPS assembly code in LaTeX

If you like to print highlighted MIPS assembly code in LaTeX, you can use the listings package. Sadly, no MIPS language file exits by default in LaTeX, but awg has created one and provides it on his...

View Article

Perfect number check and ROT-13 encryption in MIPS-assembly code

Perfect number check The perfect number check in MIPS is quite easy to realize. Here is some pythonic Pseudocode n = input() # read a positive integer n from the user sumOfDivisors = 0 for i in...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images