
In this chapter, you will learn
Good programming practices.
How to use a few important DOS functions in
programs.
A part of the instruction set of 8086.
To use data transfer instructions in diff erent
modes of addressing.
e concept and importance of branch inst-
ructions.
To use unconditional and conditional branch
instructions.
To use the arithmetic instructions catering to
unsigned numbers.
To use the multiply and divide instructions
for interesting applications.
e 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 ...