- Showcases a set of programs assembled using NASM
- Created as part of the university lab course offered by NITC
- Supervisor: Prof: Jayaraj P B
-
Run the
Makefile
associated with each problem set using the command given below to generate the executablesmake -f Makefile
-
Run the executable
./Q1
- NASM: https://en.wikipedia.org/wiki/Netwide_Assembler
- Makefile: https://opensource.com/article/18/8/what-how-makefile
- Running programs using nasm: https://www.baeldung.com/linux/assembly-compile-run