Mail Archives: djgpp/2001/07/04/02:59:15
On Wed, 4 Jul 2001, Jacek K. wrote:
> > On Sun, 1 Jul 2001, Jacek K. wrote:
> >
> > > Are there some instructions/macros to access CPU registers?
> >
> > Can you tell what do you need that for? DJGPP has several provisions
> > in the library which normally make accessing the registers
> > unnecessary. Section 17.8 of the FAQ gives a couple of examples.
>
> I need to call a procedure via call gate. Because arguments must be passed
> "manualy", doing it by registers will be faster then by stack.
To call a procedure via a call gate, you will probably need either
inline assembly or an assembly wrapper anyway, right? So why did you
specifically said you want something that isn't inline assembly?
- Raw text -