Tuesday, April 21, 2020

Which programing language is used to write Hardware driver?

Hyo Hardell: EDIT - Video card drivers use C/C++ and Assembly language. If you're thinking of making a driver, then you should know that you'll probably never get the proper hardware programming information that you need to build one.-Unfortunately, for quite awhile now, drivers are made with C/C++, but they should be made with optimized Assembly Language. It is just one out of many signs that the quality of programming these days is just horrible and that most 'programmers' these days don't have the required intelligence to do their job properly.I've been programming for over 25 years and I can write Windows programs in Assembly Language just as easily as with C/C++ (without OOP), so I know what I'm talking about.If you want to see what driver code looks like on Windows, just do an internet search on 'windows driver code'...Show more

Malissa Porth: How the code driver code look like.Its all about the code that allows the hardware to be compatible with the PC Th! rough the driver.

Wilbert Shellgren: How the driver code look like.Its all about the code that allows the hardware to be compatible with the PC Through the driver.

Gus Leiby: Assembly.

Von Houskeeper: Which programing language is used to write GeForce 3D Card driver?

Kris Bozelle: AssemblyCC++. It looks vary depending on the hardware, look up 'assembly code' to get an idea.

No comments:

Post a Comment