
In this chapter, you will learn
l
Good programming practices.
l
How to use a few important DOS functions
in programs.
l
A part of the instruction set of 8086.
l
To use data transfer instructions in different
modes of addressing.
l
The concept and importance of branch inst-
ructions.
l
To use unconditional and conditional
branch instructions.
l
To use the arithmetic instructions
catering to unsigned numbers.
l
To use the multiply and divide
instructions for interesting applications.
l
The use of the logical, shift and rotate
instructions of the 8086.
programming
concepts–ii
3
3.1 | Approaches to Programming
We are now in a position to feel that we have understood ...