Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Windows Device Driver in ASM

Status
Not open for further replies.

redsk_y

Member level 4
Joined
Jan 1, 2002
Messages
77
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
italy
Activity points
428
Hi All,

There is someone that has some experience in writing a windows device driver (win NT/2k/XP) in assembly? I am looking for a code template.

Thank you very much.

--rs
 

That would be quite tricky, a device driver is not a trivial program with plug and play to support. What you need is the windows DDK, it comes with all tools to write device drivers plus a lot of examples which you can tweek to suit your app. C is the recommended language for device drivers.
 

Hi,

For people interested in this topic, I have found a very nice collection
of articles here:
**broken link removed**

They are in russian so for people that don't understand it, I suggest to use babelfish.
Anyway you can download a lot of samples in ASM that can be used as
a template.

Regards,

--rs
 

Hmm, a litle bit hard topic - but not impossible!

This is the right adress for You:

VxD Tutorials on h**p://www.win32asm.cjb.net/

This can help too:

h**p://www.vijaymukhi.com/vmis/vmchap8.htm
h**p://rs1.szif.hu/~tomcat/win32/

Tihi 8)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top