Re: accessing device memory



hi
spamt...@xxxxxxxxxx wrote:
> So how would one go about accessing PCI devices? is it simpilist with
> ASM (or more allow more possibiltys should i say) or would it be more
> advisable to use some API?
>

using APIs are easy. If on Linux get libpci.a and concerned files.

Well it should be possible to write every thing from scratch using
assembly.

> Im more interested in where someone would start on this type of
> exploration?
>

If you start then me with some others will be happy too.

> cheers
>

Thanks
> David

DAS.

.



Relevant Pages

  • Re: accessing device memory
    ... So how would one go about accessing PCI devices? ... ASM (or more allow more possibiltys should i say) or would it be more ... Prev by Date: ...
    (comp.lang.asm.x86)
  • How insert asm code in visual studio.net compilers
    ... please be patience because i dont speak in english. ... I need insert asm code in my c program, ... Im trying to set the video mode, but i dont wanna use any existing API, im only wanna do that from my own source from the asm way or another way thats not related wiht any API use... ...
    (microsoft.public.vc.language)