Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by juliak66ussd

  1. juliak66ussd

    Strange expression (needs explaining)...

    Thanks everyone! Great help! The routine in question is converting from string, like "-66.62738" into a REAL, so "xx must be octal character values for sure. I will be converting these into ASCII, because I think this program used EBCDIC encoding - it was written in 1979. Cheers!
  2. juliak66ussd

    Strange expression (needs explaining)...

    My bad! It does not compile by my G77. It says "expression has no closing quote". It is definitely a numerical notation, because I see code like: IF(KHAR .GE. "140) KHAR=KHAR-"40
  3. juliak66ussd

    Strange expression (needs explaining)...

    Hi, I port one old FORTRAN-IV code and I see this: TRIP=TRIP-"60 what exactly can it be? I mean this "60 - is that like hexadecimal notation? I assume that this is a character code, but not sure. There is also "140 somewhere in that code - can it be a character? It does not look like a...
  4. juliak66ussd

    ALIGN directive for inline ASM code...

    I see... Thanks.
  5. juliak66ussd

    ALIGN directive for inline ASM code...

    Hi, everyone... first time here. I am taking on a big project with a lot of parsing and such, so I use inline ASM a lot. As known, the latest Pentium CPUs are performing better when code and data are aligned on 32-byte boundary. Here is a code sample with a loop aligned on 16 byte: _asm {...

Part and Inventory Search

Back
Top