Homework #3


Notes

  1. Only consider standard SIC instructions.
  2. Only consider six assembler directives: START, END, BYTE, WORD, RESB, RESW.
  3. Sample testing file: http://SP.ipv6.club.tw/SIC/test1.asm
  4. Compare your result with the one generated by SICASM.
  5. Language: free, but demonstration is required on STU.csie.ncnu.edu.tw.
  6. If you are not using C language, or if your program is separated in more than 1 file, you need to provide a README file to tell TA how to compile your program.