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, 04.07.2019 18:10
At 12 noon, the count in a bacteria culture was 400; at 4: 00 pm the count was 1200 let p(t) denote the bacteria cou population growth law. find: (a) an expression for the bacteria count at any time t (b) the bacteria count at 10 am. (c) the time required for the bacteria count to reach 1800.
Answers: 1
question
Engineering, 04.07.2019 19:10
Aplate of dimensions 3 m x 3 m is placed 0.37 mm apart from a fixed plate. the plate requires a force of 2n to move at speed of 45 cm/s. evaluate the viscosity of the fluid in between the plates
Answers: 3
question
Engineering, 04.07.2019 19:20
Aseries piping system conveys methyl alcohol. the system consists of 70 m of 1- nominal pipe follow by 50 m of 2-nominal pipe, both schedule 40 commercial steel. the 1-nominal pipe contains 3 90° elbows (regular) anda fully open gate valve, all threaded. the pressure drop through the system is 150 kpa. determine the volume flow rate through the system that is horizontally laid.
Answers: 1
question
Engineering, 06.07.2019 03:20
Explain in your own word the concept of a solid solution, in alloys, and how it can be created.
Answers: 3
You know the right answer?
Reverse engineer the following AVR machine code given in hexidecimal format: 05E214E321E3010F0000020...
Questions
question
History, 14.12.2020 23:50
Questions on the website: 13722367