Advantages of modular proramming techniques - 8086

How are assemblers aided by the use of modular programming techniques.



The advantages of using modular programming techniques are as follows:

- By using a modular programming approach the user is able to use macros, macros are sections of code which execute in one go upon being activated. These macros can be reused throughout the program.

- The use of modular programming technique also helps the user to use subroutines these can also be considered to be procedures which can provide greater control over the functioning.

- By using this approach the data that is used can be structured and can be globally accessed by other modules whoever requires it.
Post your comment