Assembly Code

U

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
 
R

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top