Re: ASM/HLA
From: cody (no_spam_deutronium_at_gmx.net)
Date: 06/10/04
- Next message: cody: "Re: Can I get a instance from type?"
- Previous message: Morten Wennevik: "Re: Can I get a instance from type?"
- In reply to: 2G: "ASM/HLA"
- Next in thread: Alex Moskalyuk: "Re: ASM/HLA"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Jun 2004 10:33:24 +0200
> I'm planning on learning some asm since it has always interrested me (I
know
> nothing of it yet, only .net and a little c++) and noticed that there are
> some differences in asm (MASM,TASM,HLA) so I'm a bit confused on where to
> start.
> My first impression is to go with the HLA since I have read that it
supports
> some *high level* instructions/syntax but can this be used in unmanaged c#
?
Iam not sure what makes you think C# has something to do with assembler, the
NG comp.lang.asm would be abetter choice for you. Anyway, there is a way to
use assembler with .NET (not C#): CIL/MSIL, the common intermediate language
which is the base for all .NET programs. It is not an assembler for a real
machine for for a virtual machine, and is maybe a good thing to start with
since it is much simpler than other assembly languages.
-- cody Freeware Tools, Games and Humour http://www.deutronium.de.vu || http://www.deutronium.tk
- Next message: cody: "Re: Can I get a instance from type?"
- Previous message: Morten Wennevik: "Re: Can I get a instance from type?"
- In reply to: 2G: "ASM/HLA"
- Next in thread: Alex Moskalyuk: "Re: ASM/HLA"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|