HJLebbink/asm-dude

Cannot resolve ksamd64.inc

NN--- opened this issue · 1 comments

NN--- commented

ksamd64.inc is defined in Windows SDK, but AsmDude cannot find it.

Sample with include ksamd64.inc
https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/floating-point-support-for-64-bit-drivers

The include directive is relative. When you write include ksamd64.inc in file X, it means AmsDude expects to find the file ksamd64.inc in the same directory in which X resides.