944,172 Members | Top Members by Rank

Ad:
  • Assembly Discussion Thread
  • Unsolved
  • Views: 4855
  • Assembly RSS
Nov 10th, 2006
0

i need a calculator too...

Expand Post »
Please, if anyone could give me assembly code for a calculator it would be a great help . I am using mips...
Thanks in advance.:-|
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dimitriz5 is offline Offline
2 posts
since Nov 2006
Nov 10th, 2006
0

Re: i need a calculator too...

If you use google you might be able to find a calculator program. Otherwise, please follow the links in my signature.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2283
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,963 posts
since Aug 2005
Nov 11th, 2006
0

Re: i need a calculator too...

Click to Expand / Collapse  Quote originally posted by dimitriz5 ...
Please, if anyone could give me assembly code for a calculator it would be a great help . I am using mips...
Thanks in advance.:-|
Hi

My 1st post...I was looking for something myself and saw your request:

I built a DOS mouse calculator in MASM.
Probably circa 1988....yes I'm an old fart....lol.
16 digit and 16 decimal places.
2 memories.
Totally 8086 code and therefore no 8087 routines.
All functions, sin, cos, sq root, etc. done without math copro.
Display routine codes would need to be altered for todays use.
Your welcome to the asm code.....all I have to do is find it on my DOS6.22 drive.

PM me if you still need it.
Reputation Points: 4
Solved Threads: 0
Newbie Poster
peachville is offline Offline
4 posts
since Nov 2006
Nov 22nd, 2006
0

Re: i need a calculator too...

Thanks for replying !
i would be grateful if you could send it.
You see, I am trying myself but sometimes there are points in the code that confuse me and i can't continue. i have a deadline too...
Once again ,
Thanks in advance.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dimitriz5 is offline Offline
2 posts
since Nov 2006
Nov 22nd, 2006
0

Re: i need a calculator too...

Click to Expand / Collapse  Quote originally posted by dimitriz5 ...
Thanks for replying !
i would be grateful if you could send it.
You see, I am trying myself but sometimes there are points in the code that confuse me and i can't continue. i have a deadline too...
Once again ,
Thanks in advance.
Hi

I've temporarily loaded to: http://www.computer-repairs.ca/MCALC203.ZIP

Took me this long to find it.
Started in 1990 and last updated in 1993. [no cut and paste editors then].
There is a special hell for those that don't add lots of comments....guess I'm goin there in a handcart....lol.
As I said it is totally 8086 based [no 8087 math co-pro] in Masm 5.1
As I tried it on a PII 500 the screen functions went out the window.
It would have to be run on a 286 machine for the video to work properly or be adjusted for Pentium. Feel fee to hack.

compile bat:
masm calc;
link calc;

That's it.

Hope this helps
peachville
Reputation Points: 4
Solved Threads: 0
Newbie Poster
peachville is offline Offline
4 posts
since Nov 2006
Apr 21st, 2009
0

Re: i need a calculator too...

i need calculator programming in assembly if any one has then plzzzzzzzz send me on this email
<snip email>
Last edited by Ancient Dragon; Apr 21st, 2009 at 9:46 pm. Reason: snip email
Reputation Points: 10
Solved Threads: 0
Newbie Poster
aliboque is offline Offline
1 posts
since Apr 2009
Apr 21st, 2009
-1

Re: i need a calculator too...

Hi

The old link is bad.....don't own that domain any longer.
MCALC203 can be found here:

www.heat.ac/MCALC203.ZIP

****Important****
On old XT's there was limited room for writing/editing so I built my own editor. This allowed me to load and work on several sections of a program at the same time and then join them. These sequentially numbered sections I named Slices. In the zip you'll find the files; Slice0.001 to Slice0.011 ....they need to be joined for your windows editor use.
In the zip you'll find glue.exe. This was the basic DOS program to glue these slices together. It is pure DOS as well so don't attempt in windoze. Use a bootable DOS floppy or maybe join them with notepad++.

Hope this helps
peachville
Reputation Points: 4
Solved Threads: 0
Newbie Poster
peachville is offline Offline
4 posts
since Nov 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Assembly Forum Timeline: How to use Microsoft Macro Assembler 8?
Next Thread in Assembly Forum Timeline: Assembly Help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC