Multi-dimensional list initialization
Chris Angelico
rosuav at gmail.com
Fri Nov 9 10:23:35 EST 2012
More information about the Python-list mailing list
Fri Nov 9 10:23:35 EST 2012
- Previous message (by thread): Multi-dimensional list initialization
- Next message (by thread): Multi-dimensional list initialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Nov 10, 2012 at 2:05 AM, rusi <rustompmody at gmail.com> wrote: > In x86 assembler > mov ax, 0 > is 4 bytes Three bytes actually, B8 00 00 if my memory hasn't failed me. BA for DX, B9 ought to be BX and BB CX, I think. But yes, the xor or sub is two bytes and one clock. ChrisA
- Previous message (by thread): Multi-dimensional list initialization
- Next message (by thread): Multi-dimensional list initialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list