Skip to main content

A PROGRAM TO ADD TWO 16-BIT NUMBERS ON INTEL 8085 MICROPROCESSOR

This is a program to add two 16 bit numbers in which one number is stored at 8050 and 8051 and the 2nd number is stored at 8060 and 8061............ and the result is at 8070 and 8071

program:

                  LDA 8051H
                  LXI H,8061H
                  MOV B,M
                  MVI E,00H
                  ADD B
                  JNC       
loop1
                  INR E
loop1         STA 8071H
                  LDA 8050H
                  LXI H,8060H
                  MOV B,M
                  ADD E
                  ADD B
                  MVI E,00H
                  JNC     
loop 2
                  INR E 
loop 2        STA 8070H
                  MOV A,E
                  STA 8072H
                  HLT


Comments

harini ganga said…
Really very nice blog information for this one and more technical skills are improve,i like that kind of post.
Rprogramming Training in annanagar

r-programming Training in marathahalli

r-programming Training in rajajinagar

r-programming Training in bangalore

Popular posts from this blog

CCNA3 v4.0 Final Exam Answers Updated 2013 100%

1. Refer to the exhibit. A network administrator needs to add IP phones to the network. To which devices should the IP phones connect? AS1 and AS2 DS1 and DS2 DS1, DS2, and CS1 AS1, AS2, DS1, and DS2 2. Which CLI mode allows users to access all device commands, such as those used for configuration, management, and troubleshooting? user EXEC mode privileged EXEC mode global configuration mode interface configuration mode 3. Refer to the exhibit. Which Spanning Tree Protocol version is in effect? Per VLAN Spanning Tree (PVST) Per VLAN Spanning Tree + (PVST+) Common Spanning Tree (CST) Rapid Spanning Tree Protocol (RSTP) Multiple Spanning Tree Protocol (MSTP) 4. Refer to the exhibit. A network administrator has segmented the network into two VLANs and configured Router1 for inter-VLAN routing. A test of the network, however, shows that hosts on each VLAN can only access local resources and not resources on the other VLAN. What is the most likely cause of this pr

CCNA 2 EROUTING version 4 2013 FINAL EXAM ANSWERS 100%

CCNA 2 Final Exam 2013 v 4   1. Refer to the exhibit. A network engineer removes a new router from the shipping container and powers on the router to ensure it passes POST. Which port would the engineer use to perform the initial configuration? AUX console FE0/0 FE0/1 2. What is the purpose of the TTL field within an IP packet header? clears an unreachable route from the routing table after the invalid timer expires prevents regular update messages from inappropriately reinstating a route that may have gone bad removes an unreachable route from the routing table after the flush timer expires limits the period of time or number of hops a packet can traverse through the network before it should be discarded used to mark the route as unreachable in a routing update that is sent to other routers 3. When would the network administrator use the ip bandwidth-percent eigrp as-number percent command? when there is a low bandwidth connection when the connec

PIC PROGRAMMER

PIC Programmer Circuit diagram Following uJDM PIC programmer  circuit is a circuit which is suitable to do simple pic16f84, pic16f84A, 16c84, 16f628 group programmer. PARTS LIST R1 10KΩ R2 3.3KΩ R3 15KΩ C1 100µF 16V D1 LED Z1 5.1V Zener Q1 BC547 PIC PIC16F84,PIC16F84A, 16C84, 16F628 Rs232 RS232 Femail Connector IC Base 18 pin ic base for PIC BC547  Transistor Pin Configuration ·                  Using IC base for PIC ·                  Connect the PIC programmer to 1st or 2nd COM PORT of computer by using RS232 wire. ·                  USE MPLAB AND IC-PROG (or any ic programming software) to program PIC with this PIC Programmer. PIC16F84A Micro Controller PIC PROGRAMMER PIC 16F84A Programmer Bootloading There is one other way of programing a pic device and this is using a piece of software called a bootloader. This method is only usable on the newer devices that can re-program parts of their own FLASH mem