Re: Can embed asm code in c#
- From: "Daniel O'Connell [C# MVP]" <onyxkirx@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Sep 2005 13:43:58 -0500
>>
>> I tend to agree. Adding an entire sublanguage and primary langauge
>> hookups for a feature that has very minimal value doesn't make sense.
>> Adding ILASM could double the complexity of the compiler, IDE, and
>> language to help the handful of people that would actually use it
>> properly.
>
> Actually, I agree too. Allowing ILASM and C# files to be linked into the
> same assembly would solve the same set of problems much more naturally.
> (It still strikes me as bizarre that a system deisgned from day one to
> support multiple languages and compiles them all to a common object format
> doesn't support heterogeneous linking.)
Ya, that was always odd, although the system itself supports it, the two big
languages(VB and C#) do not. C++ might, I'm not sure off hand. It is
certainly possible at the lowest levels.
It'd be nice if they would just provide an IDE that supports it, not to
mention a good IDE for editing IL code in VS. I'd love to have a good
Reflecter clone in VS, although I know that it would potentially give MS
problems for providing decompilers.
.
- References:
- Can embed asm code in c#
- From: harvie wang
- Re: Can embed asm code in c#
- From: Daniel O'Connell [C# MVP]
- Re: Can embed asm code in c#
- From: Mike Schilling
- Re: Can embed asm code in c#
- From: Abubakar
- Re: Can embed asm code in c#
- From: Daniel O'Connell [C# MVP]
- Re: Can embed asm code in c#
- From: Mike Schilling
- Can embed asm code in c#
- Prev by Date: Re: Session Problem..
- Next by Date: Re: Regex guru help please...
- Previous by thread: Re: Can embed asm code in c#
- Next by thread: Re: Can embed asm code in c#
- Index(es):
Relevant Pages
|
Loading