subject
Engineering, 04.04.2020 01:57 kprincess16r

Reverse engineer the following AVR machine code given in hexidecimal format: 05E214E321E3010F0000020F00000093000 30C940900
Hint: The only instructions included are ADD, JMP, LDI, NOP, and STS.
(a) Convert the little-endian ordered machine code above into a big-endian ordered binary list of instructions. Note that the AVR uses little-endian addressing (with the least significant byte before the most significant byte) so the executable string above is byte-addressed from left to right beginning with the byte 0x05 stored at address 0x0000. To help make your solution readable, please put each binary instruction on a separate line beginning at address 0, and put a space between each nibble. Your binary solution should be given in big-endian order (that is, the most significant byte should be on the left, and the least on the right).
(b) Disassemble the binary instructions back into equivalent AVR assembly language. Remember that the binary instructions given in the documentation are given in big-endian order. You may make up your own labels if necessary.

Code Given:
a)
Address: Hex Code | Binary Code
0x0000 : E205 | 1110 0010 0000 0101
0x0001 : E314 | 1110 0011 0001 0100

b)
LDI R16, 0x25
LDI R17, 0x34

ansver
Answers: 2

Another question on Engineering

question
Engineering, 03.07.2019 14:10
Line joining liquid phase with liquid and solid phase mixture is known as: a) liquidus b) solidus c) tie line d) none of the mentioned
Answers: 2
question
Engineering, 04.07.2019 18:10
An air conditioning system consist of a 5 cm diameter pipe, operating at a pressure of 200 kpa. the air initially enters the pipe at 15°c with a velocity of 20 m/s and relative humidity of 80%. if the heat supply throughout the process is 960 w, determine the relative humidity and the temperature at the outlet
Answers: 3
question
Engineering, 04.07.2019 18:10
Water at 70°f and streams enter the mixing chamber at the same mass flow rate, determine the temperature and the quality of the exiting stream. 0 psia is heated in a chamber by mixing it with saturated water vapor at 20 psia. if both streams enters the mixing chamber at the same mass flow rate, determine the temperature and the quality of the existing system.
Answers: 2
question
Engineering, 04.07.2019 18:10
The higher the astm grain-size number, the coarser the grain is. a)-true b)-false
Answers: 3
You know the right answer?
Reverse engineer the following AVR machine code given in hexidecimal format: 05E214E321E3010F0000020...
Questions
question
Mathematics, 17.11.2020 18:50
question
Mathematics, 17.11.2020 18:50
question
History, 17.11.2020 18:50