|
||||||
| General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
hey all..
can anybody help me with an 8086 assembly source code for a simple calculator?? it has the following specifications : • The calculator should perform a signed addition (+), subtraction (-), Multiplication (*), and division. • The calculator takes two operands only. • The user can use the (-) unary operator to determine if the number is negative otherwise it is positive. • Division should be developed so that the result should appear in floating point representation. • The operands have a maximum size of 3-digits 0-999). • All operands are entered in decimal form. • The operation should appear as in the following : WELCOME TO MY CALCULATOR!! 12 + 15 = 27 123 / 12 =10.25 100 * 8 = 800 -12 + 6 = -6 |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|