What is the hexadecimal machine code equivalent of the assembly directive .WORD d#790?
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.
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.