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();
}
Authors:
  • Timofeyka
Dependencies:
none
Versions:
1.0.0 2021-Aug-15
~main 2021-Aug-15
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 12 downloads total

Score:
0.0
Short URL:
d2asm.dub.pm