answersLogoWhite

0

go and have agud sleep

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Difference between delay subroutine and ordinary subroutine in context of 8085?

a subroutine is a portion of the code within a larger program which performs a specific function and is independent of remaining code.....delay routines are subroutines used for maintaining the timings of various operations in microprocessor


Write a main program in INTEL 8085 microprocessor to count continuously in binary with a one second delay between each count?

To create a main program in the Intel 8085 microprocessor that counts continuously in binary with a one-second delay between each count, you can use the following code: START: LXI H, 0000H ; Initialize register pair HL to 0000 INX H ; Increment HL CALL DELAY ; Call delay subroutine for 1 second JMP START ; Repeat the process DELAY: MVI C, 0FFH ; Load C with 255 D1: MVI B, 0FFH ; Load B with 255 D2: DCR B ; Decrement B JNZ D2 ; Loop until B becomes 0 DCR C ; Decrement C JNZ D1 ; Loop until C becomes 0 RET ; Return from delay This program initializes a counter, increments it continuously, and calls a delay subroutine that creates a delay of approximately one second using nested loops.


How do you write delay subroutine in 8085?

Write a Subroutine for 8085 to generate delay 0f 10ms(assume .333us clock cycle); REQUIRED T STATES; = 10ms/.333us; = 30030 T STATES; SO WE CAN SAY VALUE OF COUNT HERE WILL BE HIGH; THEREFORE TAKING A REGISTER PAIR AS A COUNTERLXI B, COUNT ; 10T LOWER ADDRESS IN B HIGHER IN CL1 DCX B ; 6TMOV A,B ; 4T MOVE LOWER ADDRESS IN AORA C ; 4T SEE IF BOTH A AND C ARE ZEROJNZ L1 ; 10/7TRET ; 10T; Td = 10 + COUNT X ( 6 + 4 + 4 + 10) + 10 - 3 = 30030; 24COUNT = 30030 - 17 = 30013; COUNT = 1250(DEC) = 04E2(HEX)


Write a delay loop for bitiime and halfbitiime for 1200 baud if the system freq is3mhz?

delay loop for bitiime


Write an Assembly language program which implements sorting algorithm both ascending and descending order and display those numbers with certain delay say of 5sec between successive displays?

das


Write a program to display 17 on lcd?

#include<reg51.h> sbit RS=P2^0; sbit E=P2^1; void cmddiply() { RS=0; E=1; E=0; } void datadiply() { RS=1; E=1; E=0; } void delay() { int i; for(i=0;i<30000;i++); } void main() { while(1) { P0=0x38; cmddiply(); delay(); P0=0x0E; cmddiply(); delay(); P0=0x06; cmddiply(); delay(); P0=0x01; cmddiply(); delay(); P0=0x80; cmddiply(); delay(); P0='1'; datadiply(); delay(); P0='7'; datadiply(); delay(); } }


Can you increase the speed on a speed hack program Edit Where would i find the delay in the program?

It depends on the design of the program. Usually programs designed to slow down games do so by introducing a delay as an interupt. If you can chage the rate of the interupt then you can alter the speed that the game runs at.


How do you write a letter to new employer for why delay job joining date?

To write a letter to a new employer for a delay of a job date on must include why they need the delay and when they feel they would be able to start. any guidelines they company may request must be followed.


What is the difference between stop and end statement?

A 'stop' statement may only introduce a delay while an 'end' statement terminates the process.


How can I delay the start time of my Instant Pot cooking using the delay start feature?

To delay the start time of your Instant Pot cooking using the delay start feature, simply set the desired cooking time and then press the Delay Start button to select the desired delay time. This will allow you to program your Instant Pot to start cooking at a later time.


How do you write a letter to school to inform delay in submitting community certificate?

Yes


How do you write a sentence with the word prolong in it?

It means a delay. My brother prolongs all of his homework.