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
> 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
[quoted text clipped - 3 lines]
>
> TIA - Jeff