System Software Tutorial
System Software Tutorial
1. Generate the object code for the below SIC source program . Also list the
contents of SYMTAB and the intermediate file. Assume object code for the
mnemonic instruction as LDA=00, ADD=18, SUB=1C, STA=0C.
2. Generate the object code for the below SIC source program . Also list the
contents of SYMTAB and the intermediate file. Assume object code for the
mnemonic instruction as LDX=04, LDA=00, ADD=18, TIX=2C, JLT=38,
STA=0C, RSUB=4C.
NB: