Skip to main content

Posts

Featured

Seperate Lower Nibble And Upper Nibble in 8085 Microprocessor

AIM To create an 8085 program to seperate the lower and upper nibble of a number. ALGO RITHM 1. Start 2. Load a number to the accumulator. 3. Logically AND the content of the accumulator with     the OF . 4. Store the accumulator content to a memory location. 5. Logically AND the content of the accumulator with the FO . 6. Rotate accumulator content. 7. Rotate accumulator content. 8. Rotate accumulator content. 9. Rotate accumulator content. 10.Store the accumulator content to a memory location. 11. Halt. PROG RAM MEM ORY ADD RESS   MNEUMONICS HEXCODE      2000                               LDA 2500             3A,00,25      2003           ...

Latest Posts

CPP Program To Add Two Matrices Using Object As Function Argument