Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

os_worksheet1

  • Clone with SSH
  • Clone with HTTPS
  • Hayden Chow's avatar
    k26-chow authored
    5743f153
    History
    Name Last commit Last update
    src
    README.md
    makefile

    This is the documentation for worksheet1

    #Task1

    gcc -m32 driver.o task1.o asm_io.o -o task1
    
    ./task1

    #Task2

    There are two assembler program in task2,therefore the first one i named it as task 2,and the second as task2.2
    
    to run the program,using 
    
    ./task2
     ./ task2.2 for the second one