# Branching Instruction Set

* [WAP to add the content of 4004H and 4005H and store the result and carry in successive memory location](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/add_contents_of_4004_4005_store_result_and_carry_in_successive_location.asm)
* [WAP for addition of two 16 bit numbers with carry](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/add_16bit_with_carry.asm)
* [WAP to subtract the content of register C from register B and store the difference at register L and borrow at register H](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/subtract.asm)
* [Subtract with borrow](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/subtraction_with_borrow.asm)
* [WAP to create a continous loop using unconditional jump instruction](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/continuous_loop.asm)
* [WAP to test the Jump on Zero (JZ=1) condition on arithmetic operation](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/test_JZ_on_arithmetic_op.asm)
* [WAP to test the Jump on Zero (JPE=1) condition on logical operation](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/test_jump_on_even_parity_on_logical.asm)
* [WAP to test the jump on negative (S=1) condition on arithmetic operation](https://github.com/sthsuyash/CSIT_Labs/blob/main/2nd_Semester/Microprocessor/8085_mp/Branching_Instruction_set/test_on_negative_condition_on_arithmetic_op.asm)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://suyashs-organization-3.gitbook.io/csitlabs/2nd_semester/microprocessor/8085_mp/branching_instruction_set.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
