Page 1 of 1

What is the difference between the two given instructions?

Posted: Thu Jul 14, 2022 8:40 am
by answerhappygod
LDI R16,0x34 and LDI R16,$34
a) One copies the hexadecimal value to R16 and the other copies the decimal value to the R16 register
b) One is for command, other is for data
c) One is for assignment, other is for operations
d) Both the commands are the same