Home All Groups Group Topic Archive Search About
Author
18 Jan 2006 5:53 PM
UJ
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

Author
19 Jan 2006 1:39 PM
Ranjan Sakalley
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
>

AddThis Social Bookmark Button