Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 195 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 195 Bytes

c-minus

usage:

  1. use eclpise open the peoject
  2. run "Main test.c test.asm"
  3. run "nasm -f elf test.asm" in terminal
  4. run "ld -m elf_i386 -s -o test test.o" in terminal
  5. run "./test"