d2asm 1.0.0
A small library to generating ASM code.
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
D2ASM
A small library for generating ASM code.
Example:
public import d2asm.commands.Instruction;
public static import gen = d2asm.commands.Generator;
void main(string[] args) {
    mov_memtoreg("0Eh",Register.AH);
    mov_chartoreg('D',Register.AL);
    int_call("10h");
    ret();
    gen.print();
}
- 1.0.0 released 4 years ago
- Makcimka132/D2ASM
- proprietary
- Copyright © 2021, Timofeyka
- Authors:
- Dependencies:
- none
- Versions:
- 
						
 Show all 2 versions1.0.0 2021-Aug-15 ~main 2021-Aug-15 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								3 downloads this month 
- 
								19 downloads total 
 
- 
								
- Score:
- 0.0
- Short URL:
- d2asm.dub.pm