Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Mode 0 of Timer 1 for a delay of 1 ms what is the value to be loaded in TH 1 ? 2 0

In Mode 0 of Timer 1 for a delay of 1ms what is the value to be loaded in TH1?
20
74
28
227
MOV TL0, #52
MOV TH0, #76H
SETB TR0
Back: JNB TF0, Back
CLR TR0
CLR TF0
RET
In the above code, the timer in mode 1 provides a delay of?
38.274ms
3.8274ms
3827.4ms
382.74ms
MOV TMOD, #32
MOV TH1, #05
SETB TR1
Back: JNB TF1, Back
CLR TR1
CLR TF1
RET
In the above code, the timer provides a delay of?
272.33\mu s
2723.3\mu s
27.233\mu s
2.7233\mu s
MOV SBUF, # A
Here: JNB TI, Here
In the above code, after reset if TI =1 then what is the character in SBUF?
AA
A
Nil
AAA
Ldr r0,[r1, r2, LSL #3] results to
r0=*(r1+ r2*8)
r0= r1+ r2*3
r0=*(r1+ r2*3)
r0= r1+ r2*8
Str r0,[r1], #4 results to
r1= r0 and r1= r1+4
r1= r1+4 and r0=*r1
r1= r1+4 and *r1= r0
*r1= r0 and r1= r1+4
Str r0,[r1, #4]! results to
r1= r1+4 and r1= r0
*r0= r1 and r1= r1+4
r1= r1+4 and r0= r1
r1= r1+4 and *r1= r0

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

Unity From Zero To Proficiency Beginner A Step By Step Guide To Coding Your First Game

Authors: Patrick Felicia

1st Edition

1091872023, 978-1091872028

More Books

Students also viewed these Programming questions