Re: Can some other instructions just follow the IRET?
- From: "zhangyue.zl@xxxxxxxxx" <zhangyue.zl@xxxxxxxxx>
- Date: 27 Feb 2006 22:41:17 -0800
I think I get it.
This Interrupt Service Program is a seperate Task,so when
returning,this Task's EIP will be saved into its TSS.But at this time
EIP points to the end of the Interrupt Service Program.So next time
when this Interrupt Service Program is trigered again,it will begin
executing and end immediately.So we have to use JMP to make the EIP
point to the begin of the Interrupt Service Program and then save EIP
into its TSS.Am I right? But if so,it looks we have to write JMP
before IRETD.
.
- Follow-Ups:
- Re: Can some other instructions just follow the IRET?
- From: Herbert Kleebauer
- Re: Can some other instructions just follow the IRET?
- References:
- Can some other instructions just follow the IRET?
- From: zhangyue.zl@xxxxxxxxx
- Re: Can some other instructions just follow the IRET?
- From: Dave Turner
- Re: Can some other instructions just follow the IRET?
- From: zhangyue.zl@xxxxxxxxx
- Can some other instructions just follow the IRET?
- Prev by Date: Re: Can some other instructions just follow the IRET?
- Next by Date: Re: I tried with Rosasm, same result?
- Previous by thread: Re: Can some other instructions just follow the IRET?
- Next by thread: Re: Can some other instructions just follow the IRET?
- Index(es):
Relevant Pages
|