Microprocessor & Microcontroller Lab
Microprocessor & Microcontroller Lab
SEC: B ROLL: 59
9801 H and 9801H. Store the result in 9802 .If borrow is generated store it in 9803 H.
9002 21, 00, 80 LXI H,9801H Load initial address to get operand
900D 21, 50, 80 STORE LXI H,9802H Load the destination address
Address Data
8000 78
8001 5D
first OUTPUT
Address Data
8050 1B
8051 00
second INPUT
Address Data
8000 23
8001 CF
second output
Address Data
8050 54
8051 01
FLOWCHART :-
2. Write an assembly language programme to multiply two 8 bit data using successive additive
method.
Address Data
8000 25
8001 2A
Output:
Address Data
8050 12
8051 06
PTO
FLOWCHART :-