25. Consider the MARIE program below. HEX Address Label Instruction 200 Start, Load A 201 Add B 202 STORE D 203 CLEAR 204 OUTPUT 205 ADDI D 206 STORE B 207 HALT 208 A, HEX 00FC 209 B, DEC 14 20A C, HEX 0108 20B D, HEX 0000 20C Addr, HEX 0000 a) List the hexadecimal code for each instruction b) Draw the symbol table. c) What is the value stored in the AC when the program terminates?