DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: masm32 StrToFloat

    Hi there Joe! I'm not sure if you had a typo or not, but instead of using invoke FloatToString, why not try to use invoke FloatToStr or invoke FloatToStr2. Example: invoke FloatToStr2, answer [source], ADDR buffer [destination] LOCAL inString:DWORD LOCAL newFP:QWORD LOCAL answer1[20]:BYTE mov [inString...
    Posted to Assembly Language (Forum) by modchip on 03-30-2008
  • masm32 StrToFloat

    I'm writing a program that takes in Floating Points and averages them for a CMSC class this weekend. My only problem seems to be the conversion of said floating poing values. When I run this little bit of code, all I ever get out is 41, no matter what I enter. Any help would be much appreicated....
    Posted to Assembly Language (Forum) by JoeG on 03-29-2008
Page 1 of 1 (2 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems