 |
Description |
Asm6# is a conversion of ASM6 from C to C#. In theory, the program should behave exactly the same. However, since the code is in C#, it should be simple integrate the assembler into a C# or VB program and even hook into the assembler's internals, allowing the assembler to be extended and enhanced. It would be simple to add features such as feeding pre-defined labels into the assembler, reading back the labels declared in the ASM code, or retrieving error information without parsing the output. |
|