MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / AsmAdd

Method AsmAdd

src/pkgDm/Dm2Java.java:582–584  ·  view source on GitHub ↗

添加指定的MASM汇编指令 @param asm_ins MASM汇编指令,大小写均可以 比如 "mov eax,1" @return 0:失败 1:成功

(String asm_ins)

Source from the content-addressed store, hash-verified

580 * @return 0:失败 1:成功
581 */
582 public int AsmAdd(String asm_ins){
583 return Dispatch.call(dm, "AsmAdd", asm_ins).getInt();
584 }
585
586 /**
587 * 清除汇编指令缓冲区 用AsmAdd添加到缓冲的指令全部清除

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected