Computer Science, asked by gabrielkhongshah03, 5 months ago

explain OPTAB in system programming​

Answers

Answered by jyotikj08
13

Answer:

Our simple assembler uses two major internal data structure; the Operation Code table (OPTAB) and the Symbol Table (SYMTAB). OPTAB is used to look up mnemonic operation codes and translate them to their machine language equivalents. SYMTAB is used to store values(addresses)assigned to labels.

hope you like it

pls mark me the brainliest

Similar questions