Compilation of my DOS x86 Assembly programs
- mavyfaby (Maverick G. Fabroa)
- TWODIGIT - Add 2 numbers, show 2 digits if sum > 9.
- THREEDIGIT - Same as
TWODIGIT
, but show 3 digits if sum > 99. - DIVISION - Divide 2 numbers, show quotient with 5-digit precision.
MIT License