Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

jamaicandods
Nov 28, 2006, 08:53 AM
I am doing an assembler class and I am supposed to create a program that simulates a calculator using plus, minus and multiply operands no divide. If anyone could help me with this code it would be greatly appreciated. Thanks.

rrr
Jan 4, 2007, 01:14 AM
well, what programming language do you use???
if you don't have one, or want a easier on go to
Liberty BASIC - Easy Programming for Windows (http://www.libertybasic.com)
the code for libertys calculator is as simple as this

[beginning]
input summat$
print eval$(summat$)
goto [beginning]

now that i read that you are supposed to use an interpreter, this aint very helpful. but it shows how easy programming can be! :)

:cool: geeks rule :cool: