asmtk
asmtk copied to clipboard
Assembler toolkit based on AsmJit
coz i dont understand how to build & use to my project im waiting for vcpkg support thanks
failed to generate valid assembly for instruction: `fstp qword ptr fs:[rcx], st0`
It seems that AArch64 is not supported yet?
Compiling asmtk on Windows with Clang produces compile errors: ``` clang++: error: unknown argument: '-Zc:inline' clang++: error: unknown argument: '-Zc:strictStrings' clang++: error: unknown argument: '-Zc:threadSafeInit-' ``` They are caused by...
Does AsmTK allow for any kind of simple macros? If not, how hard would it be to add?