- MIPS Assembly
- x86 Assembly
- Program generating barcode in 32-bit x86 NASM
- Tutorial on how to configure an IDE for x86 NASM on Linux
Short algorthmic problems solved to practise Mips assembly language. Sorted ascendingly by difficulty.
Basing on the input string, print the output but:
- Change small letters to capital letters.
- Change digits for their complements.
- Print the longest sequence of digits.
- Revert the order of digits.