Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 516 Bytes

Simple-Assembly-Calculator

simple Assembly calculator, for Add, Minus, Times, Divide, Remaining

Operators

+, -, *, /, %

Functions

 

ReadBCD

for reading a number from the keyboard, until a character except number entered, return number in BX, return the last character in AL

 

PrintBin

for print AX number in the monitor in exact 5digit

 

Math

accept AX, BX as input, CL as an operator, return result in AX

output