Hi,
I hear that VB.Net is jited. Is it possible to link a program with microsoft assembly code?
Thanks,
E.D.1870
Printable View
Hi,
I hear that VB.Net is jited. Is it possible to link a program with microsoft assembly code?
Thanks,
E.D.1870
you should be able to call a function written in assembly from a dll lie you would other non-.NET dll's but you place inline ASM into it.
So I would have to load a DLL in order to use asm code? Isn't VB.Net compiled to an intermediate low level language? Is it possible to write code in that?
Thanks,
E.D.1870