Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 185 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 185 Bytes

To run the code, you will need a NASM compiler and a Linux-related OS.

  1. Start by typing "nasm -f elf MP4.asm".
  2. Then type "ld -m elf_i386 -s -o MP4 MP4.o".
  3. Lastly, type "./MP4".