operand sizes and clock cicle.
Posted: Thu Nov 16, 2006 1:22 pm
hi guys, i would like to know where can I find some docs "intel/amd" about operand size and how much clock cicle that operand takes.
as my english is so poor I´m trying to have a help with this forum
my question is something like that:
wich is better?
mov eax, _xxx_handler
call eax
----- or -----
call _xxx_handler
?
I saw, don´t know where that call addr takes about 20 cicles os clock
and call reg, takes only 2-4 bytes
is that right ?
as my english is so poor I´m trying to have a help with this forum
my question is something like that:
wich is better?
mov eax, _xxx_handler
call eax
----- or -----
call _xxx_handler
?
I saw, don´t know where that call addr takes about 20 cicles os clock
and call reg, takes only 2-4 bytes
is that right ?