The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: travism on June 03, 2009, 07:13:57 AM

Title: Writing Windows Device Drivers
Post by: travism on June 03, 2009, 07:13:57 AM
So Im downloading the DDK right now, I know its for C (I happen to code in c also) and was wondering if its possible to write drivers and stuff in assembly? I know on the website it said everything was for c and c++, so is there any way to? and what should i read besides in the info in the DDK or is that all ill need?
Title: Re: Writing Windows Device Drivers
Post by: ToutEnMasm on June 03, 2009, 07:34:18 AM

enough to start
Quote
http://www.website.masmforum.com/tutorials/kmdtute/
Translation of the headers
http://www.masm32.com/board/index.php?topic=10661.msg78096#msg78096

Title: Re: Writing Windows Device Drivers
Post by: travism on June 03, 2009, 07:50:02 AM
awesome, awesome thank you!