Question No:3 Find the time delay in the following program if the crystal freq. is 16MHz. MYREG EQU Ox08 ORG 0 BACK MOVL

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Question No:3 Find the time delay in the following program if the crystal freq. is 16MHz. MYREG EQU Ox08 ORG 0 BACK MOVL

Post by answerhappygod »

Question No 3 Find The Time Delay In The Following Program If The Crystal Freq Is 16mhz Myreg Equ Ox08 Org 0 Back Movl 1
Question No 3 Find The Time Delay In The Following Program If The Crystal Freq Is 16mhz Myreg Equ Ox08 Org 0 Back Movl 1 (49.53 KiB) Viewed 34 times
Question No:3 Find the time delay in the following program if the crystal freq. is 16MHz. MYREG EQU Ox08 ORG 0 BACK MOVLW 0x55 MOVWF PORTB CALL DELAY MOVLW OxAA MOVWF PORTB CALL DELAY GOTO BACK // This is the delay subroutine ORG 300H MOVLW OxFF DELAY AGAIN MOVWF MYREG NOP NOP NOP DECF MYREG, F BNZ AGAIN RETURN END
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply