November 17, 2001
ok, I'll check it out. -Walter

"Roland" <rv@ronetech.com> wrote in message news:3BF4DC3B.3661472C@ronetech.com...
>
>
> Roland a écrit :
>
> > int _testbug() {
> >     int i;
> >     i1 = inpw(0x03ce);    file://16 bit
> >     outpw(0x03ce,i);        file://16 bit
> >     return i;
> > }
> >
> > unassembles
> >
> > ?_testbug@@YAHXZ:
> >   mov EDX,03CEh
> >   in EAX,DX                        ;32 bit !
> >   mov ECX,EAX
> >   mov EAX,ECX
> >   out DX,EAX                    ;32 bit !
> >   mov EAX,ECX
> >   ret
> >
> > Regard
> >
> > Roland
>
> i forgot: model is DOSX (-mx), i use the idde
>
> Roland
>
>


1 2
Next ›   Last »