Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/20/01 16:24
Read: times


 
#17894 - RE: how to use an array using asm
I have no idea about how to use a "C" construct (array) in assembly, please be specific about it. As far as storing fractional numbers, let us say for the sake of arguments that we are talking about volts with up to 3 digits following the period. The way to handle it is to process internally in millivolts. You set 1000 somewhere in your storage and for every digit entered after the priod you divide this storage by 10. When 'enter' or whatever is pressed, you multiply the entered value by this number.

Happy hollidays,

Erik

List of 10 messages in thread
TopicAuthorDate
how to use an array using asm            01/01/70 00:00      
RE: how to use an array using asm            01/01/70 00:00      
RE: how to use an array using asm            01/01/70 00:00      
RE: how to use an array using asm            01/01/70 00:00      
RE: how to use an array using asm: Lance            01/01/70 00:00      
RE: how to use an array using asm: Steve            01/01/70 00:00      
RE: how to use an array using asm: Steve            01/01/70 00:00      
RE: how to use an array using asm: Erik            01/01/70 00:00      
RE: how to use an array using asm: Steve            01/01/70 00:00      
RE: how to use an array using asm: Erik            01/01/70 00:00      

Back to Subject List