Homework #3
- Goal: Extend your homework #2 by adding the algorithm of Pass 2 in Figure 2.4(b).
- Input: SRCFILE
- Output: Object program (as the format in Figure 2.3)
- Deadline: 13:00 on Dec. 1st (Thursday)
- Email to TA: s94321517@ncnu.edu.tw
- Subject of email: [SP HW3] 92321036
Notes
- Only consider standard SIC instructions.
- Only consider six assembler directives: START, END, BYTE, WORD,
RESB, RESW.
- Sample testing file: http://SP.ipv6.club.tw/SIC/test1.asm
- Compare your result with the one generated by SICASM.
- Language: free, but demonstration is required on STU.csie.ncnu.edu.tw.
- 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.