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...
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 {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.