answersLogoWhite

0


Best Answer

go and have agud sleep

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program to introduce a time delay using subroutine?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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 do you write a letter to school to inform delay in submitting community certificate?

Yes


How do you make 60ms delay program using assembly language for 8086 microprocessor?

procedure for 60 ms delay with 10 mhz frequency proc delay near mov cx,bb8h ;3000 l1: nop ;3 cycles loop l1; ;17 cycles ret endp delay


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

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


How do you write a sentence using the word subsided?

I usually delay my exit from arenas until after the crowd has subsided.