Beispiel #1
0
 public unsafe static void X86TestLabel(uint value)
 {
     Asm.LABEL(X86_Test_LABEL);
     Asm.DATA((uint)0);
 }