|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Assembly CodeI have some code specific for a piece of hardware that is written in
assembly. Is there any way to compile it in the .Net world or do I need an assembler. Ideally I'd make a DLL out of it but that may be asking to much..... TIA - Jeff Hello UJ,
The .Net world revolves around MSIL (Intermediate between high level language like C# and actual hardware specific instructions). It might be hard for you to find out something that would read assembly code and convert that to MSIL, which is JITTED to run over the CLR. Regards, Ranjan Show quote > I have some code specific for a piece of hardware that is written in > assembly. Is there any way to compile it in the .Net world or do I > need an assembler. > > Ideally I'd make a DLL out of it but that may be asking to much..... > > TIA - Jeff > |
|||||||||||||||||||||||