Skip to content

This is a program that outputs a COR from my university. A test Assembly code consisting of 1254 lines of hellish code.

Notifications You must be signed in to change notification settings

PatrickPringles/COR-Test-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

This is a program that outputs a COR from my university. A test Assembly code consisting of 1254 lines of hellish code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published