int(long(-sys.maxint-1)) fails on Linux
Chad Netzer
chad at vision.arc.nasa.gov
Sat Jul 24 02:07:30 EDT 1999
More information about the Python-list mailing list
Sat Jul 24 02:07:30 EDT 1999
- Previous message (by thread): int(long(-sys.maxint-1)) fails on Linux
- Next message (by thread): int(long(-sys.maxint-1)) fails on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote: > Anyway, the lea is simply using a scaled-index addressing mode, with a 0 > base, a 0 offset, and with %edx treated as a "scale by 2" (shift left by 1) > scaled index. > > Check out this link: > > http://www.comp.it.bton.ac.uk/burks/burks/language/asm/artofasm/artof001.htm > Thanks for the reference, Tim. I read it for ~20 minutes, and was enlightened. :-) Cheers, Chad
- Previous message (by thread): int(long(-sys.maxint-1)) fails on Linux
- Next message (by thread): int(long(-sys.maxint-1)) fails on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list