Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delta DVPES32 Floating point help

Status
Not open for further replies.

roro36

Electrical
Mar 23, 2011
3
0
0
ZA
Ok, i'll start with what I can do:
ADD K1 D500 D500
That line adds 1 to register d500 and stores it back in register d500
Its a 16bit machine and when it comes to multiplying numbers its just not big enough. So I want to use the floating point number and have it stored across 2 registers.So we try a simple addition to see if we can get this to work:
DADDR F1 D500 D500
The line reads add floating point 1 to d500 and store it in d500. What gets stored in d500 however is something like 100234257523547, not quite what I was looking for?

Any clue?
 
Status
Not open for further replies.
Back
Top