d2asm ~main
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();
}
- Registered by Timofey Gorbylev
- ~main released 3 years ago
- Makcimka132/D2ASM
- proprietary
- Copyright © 2021, Timofeyka
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.0 2021-Aug-15 ~main 2021-Aug-15 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
13 downloads total
-
- Score:
- 0.0
- Short URL:
- d2asm.dub.pm