Writing a driver in asm with windows 10 is at a state of experiment.
I have made a zip with some of the needed material.
Source code of a wdm driver,IOCTL,coming from XP and modify
to run with the windows 10 include files.
Translated header,WDM.sdk and mce.sdk who are enough for this driver
A lib with the inline functions needed by the driver.
The code has been a little modify since XP.
The reference in c++ can be found in Windows-driver-samples-master.zip for win 10.
In the directory general\ioctl\wdm.
can be downloaded searching "MSDN WINDOWS 10 driver sample"
There is some changes in the code.
The interest of this driver is the loader who give it a short life.
He is unloaded after used.
Help is welcome.
2020 the attachment failed
http://luce.yves.pagesperso-orange.fr/driver_system.zip