Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please read this before reading the problem: please don't accept this question if you are not welling to answer it as it happened before to

please read this before reading the problem:

please don't accept this question if you are not welling to answer it as it happened before to me :) i need detailed + correct answer

please answer all parts with details as much as possible and i promise you i won't forget to upvote for you

we are using 8051 (edsim software) in our course and i am having a hard time understanding coding using it

thank you

EXTRA INFO:

i don't understand ? what do you need extra ?

image text in transcribed

3. (6 points) Given the code sequence below, answer the questions that follow: ORG 100H Initialize: MOV R4, XOFOH MOV RO20 MOV DPTR, #300H Next: CLR A MOVC A.WA+DPTR LCALL Store INC DPTR DJNZ RO, Next Here: SJMP Here Store: ANL A, R4 MOV GRI, A INC RI RET (a) (3 points) Find machine code for the following instructions (you can use the table included with the assignment) and specify location where each instruction is stored in memory: DJNZ RO, Next LCALL Store MOV RO,#20 Show your work and give your answer in hexadecimal. (b) (2 points) What will be the content of the stack immediately after executing instruction "INC RI". Give all relevant stack addresses and their values. (e) (1 points) Using your own words, explain what does the program above do? (do not explain individual instructions) 3. (6 points) Given the code sequence below, answer the questions that follow: ORG 100H Initialize: MOV R4, XOFOH MOV RO20 MOV DPTR, #300H Next: CLR A MOVC A.WA+DPTR LCALL Store INC DPTR DJNZ RO, Next Here: SJMP Here Store: ANL A, R4 MOV GRI, A INC RI RET (a) (3 points) Find machine code for the following instructions (you can use the table included with the assignment) and specify location where each instruction is stored in memory: DJNZ RO, Next LCALL Store MOV RO,#20 Show your work and give your answer in hexadecimal. (b) (2 points) What will be the content of the stack immediately after executing instruction "INC RI". Give all relevant stack addresses and their values. (e) (1 points) Using your own words, explain what does the program above do? (do not explain individual instructions)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Fundamentals Concepts, Drivers & Techniques

Authors: Thomas Erl, Wajid Khattak, Paul Buhler

1st Edition

0134291204, 9780134291208

More Books

Students also viewed these Databases questions

Question

=+Are the contracts enforceable?

Answered: 1 week ago