CREATING ARI16 LIBRARY

 

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:

 

BuiltWithNOF

 

CREATING ARI16LIB

b) The batch file “libari16.bat” creates the library file ari16.lib as shown below:

c) The library “ari16.lib” created is a binary object file.  Also created is the “ari16lib.lst” file, which contains the list of the binary object modules in the library.  

 

[PHY353/553] [PHY353/553] [Goals] [Prof. Saj Alam] [Syllabus] [Grading Policy] [Books] [Schedule] [Lectures] [Chp 1: History of Computers] [Chp2: Binary Numbers] [Chp3: Conceptual Computer] [Software Model] [Addressing Modes] [Instruction Set] [Assembly Language] [First Program] [ADD16] [SUB16] [MUL16] [DIV16] [CALC16] [CALC32] [Manual] [Exams] [Grades]