|
CREATING ARI16LIB
All the arithmetic 16-bit programs can be saved as a library. The steps are given below:
a) All the sub-procedures have to go through “MASM” as shown below:
i) MASM ADD16_P.ASM
ii) MASM SUB16_P.ASM
iii) MASM MUL16_P.ASM
iv) MASM DIV16_P.ASM
The “MASM” should go through “0 warning errors,” and “0 severe errors.” At end, we will get the corresponding binary object files, as show below:
|