Does MSIL Qualify?
Does Microsoft Intermediate Language (MSIL) qualify as an assembly
language?
It runs on an emulated processor known as a Common Runtime System (CRS)
which is stack-based virtual CPU. Is this 'real' assembly language?
http://www.codeguru.com/Csharp/.NET/net_general/il/article.php/c4635/
Does ILASM qualify as an assembler? Is it a 'real' assembler?
Does ILDASM qualify as a dis-assembler?
Nathan.
.
Relevant Pages
- Re: Evolution
... > inline assembler and larger parts by linking to an assembler ... in the HLL. ... language, particularly in smaller projects. ... > or two instructions if you ... (alt.lang.asm) - Re: HLA StdLib2 criticism
... HLC.EXE with an already existing C compiler and calls it HLC system. ... Suppose someone creates a new language and calls it "High Level ... Assembler" (HLA). ... (alt.lang.asm) - Re: What is an assembly language?
... HLA is an assembler. ... So what is this essential ability of an assembly language that is ... > that Randy-HLA isn't an x86 assembler. ... (alt.lang.asm) - Re: What is an Assembler
... > Salomon offers the following definitions for a High Level Assembler (or ... > A high-level assembler language is a programming language ... > Here you use the same abbreviation (HLA) for two total different ... refer to these languages by the name of the compiler. ... (alt.lang.asm) - Re: BethTool ?
... drawing Mickey Mouse is easier but that's not actually so...when ... > assembler author ought to aspire towards. ... a Forth-like way that defining your language is actually hand-in-hand ... inconsistencies;)...and NOT by simply "adding more features" - you ... (alt.lang.asm) |
|