i need a calculator too...

Please support our Assembly advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Nov 2006
Posts: 2
Reputation: dimitriz5 is an unknown quantity at this point 
Solved Threads: 0
dimitriz5 dimitriz5 is offline Offline
Newbie Poster

i need a calculator too...

 
0
  #1
Nov 10th, 2006
Please, if anyone could give me assembly code for a calculator it would be a great help . I am using mips...
Thanks in advance.:-|
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,441
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1474
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Still Learning

Re: i need a calculator too...

 
0
  #2
Nov 10th, 2006
If you use google you might be able to find a calculator program. Otherwise, please follow the links in my signature.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 4
Reputation: peachville has a little shameless behaviour in the past 
Solved Threads: 0
peachville peachville is offline Offline
Newbie Poster

Re: i need a calculator too...

 
0
  #3
Nov 11th, 2006
Originally Posted by dimitriz5 View 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.:-|
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 2
Reputation: dimitriz5 is an unknown quantity at this point 
Solved Threads: 0
dimitriz5 dimitriz5 is offline Offline
Newbie Poster

Re: i need a calculator too...

 
0
  #4
Nov 22nd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 4
Reputation: peachville has a little shameless behaviour in the past 
Solved Threads: 0
peachville peachville is offline Offline
Newbie Poster

Re: i need a calculator too...

 
0
  #5
Nov 22nd, 2006
Originally Posted by dimitriz5 View Post
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
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 1
Reputation: aliboque is an unknown quantity at this point 
Solved Threads: 0
aliboque aliboque is offline Offline
Newbie Poster

Re: i need a calculator too...

 
0
  #6
Apr 21st, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 4
Reputation: peachville has a little shameless behaviour in the past 
Solved Threads: 0
peachville peachville is offline Offline
Newbie Poster

Re: i need a calculator too...

 
-1
  #7
Apr 21st, 2009
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC