What is the hexadecimal machine code equivalent of the assembly directive .WORD d#790?

Choose the correct answer

Explanation

The assembly pseudo-op .WORD with decimal value 790 converts to the hexadecimal machine code 03 16. Other options do not represent this value in hex.

What is the hexadecimal machine code equivalent of t… — Language processors | PakQuizHub