View Single Post
  #8  
Old 09-08-2004, 19:36
mihaliczaj
 
Posts: n/a
Even if the functions are in the same segment, the result is probably always a multiple of 16, because the functions are usually aligned to paragraph borders (historical reasons) and the room is filled with nops or int 3-s. So in the best case you get the size of your function rounded up to be dividable by 16.

Last edited by mihaliczaj; 09-08-2004 at 20:19.
Reply With Quote