CsitLabs
Search...
Ctrl
K
2nd Semester
Microprocessor
8085 Microprocessor
Branching Instruction Set
Previous
Arithmetic and Logical Instruction Set
Next
Data Transfer and Instruction Set
Last updated
8 months ago
Was this helpful?
WAP to add the content of 4004H and 4005H and store the result and carry in successive memory location
WAP for addition of two 16 bit numbers with carry
WAP to subtract the content of register C from register B and store the difference at register L and borrow at register H
Subtract with borrow
WAP to create a continous loop using unconditional jump instruction
WAP to test the Jump on Zero (JZ=1) condition on arithmetic operation
WAP to test the Jump on Zero (JPE=1) condition on logical operation
WAP to test the jump on negative (S=1) condition on arithmetic operation