Re: What's the purpose of the instruction 'int 03' ?
From: Matt Taylor (para_at_tampabay.rr.com)
Date: 03/10/04
- Next message: Clax86: "Having trouble posting?"
- Previous message: Siberian Husky: "Video Memory Re: Memorytesting"
- In reply to: sugaray: "What's the purpose of the instruction 'int 03' ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 10 Mar 2004 08:10:57 +0000 (UTC)
"sugaray" <ruicui@sohu.com> wrote in message
news:ad3defeb.0403092235.87a4bab@posting.google.com...
> hi, i noticed in disassemblers like IDA, between each function body
> there are bunch of instruction 'int 03', can sombody tell me what
> are their purposes ? thanx.
Cache line alignment. You want to start functions and loops on a cache line
in order to minimize the amount of memory the CPU has to load in the event
of a cache miss.
-Matt
- Next message: Clax86: "Having trouble posting?"
- Previous message: Siberian Husky: "Video Memory Re: Memorytesting"
- In reply to: sugaray: "What's the purpose of the instruction 'int 03' ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|