|
Below we present a link to versiosn of the CALCNOP.ASM program with one of the sub-procedures added one at a time. Having examinded these, we would be ready to build CALC16.ASM.
CALCADD.ASM: Includes call to ADD16 only
CALCSUB.ASM: Includes call to SUB16 only
CALCMUL.ASM: includes call to MUL16 only
CALCDIV.ASM: includes call to DIV16 only
|