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

Method AsmClear

src/pkgDm/Dm2Java.java:590–592  ·  view source on GitHub ↗

清除汇编指令缓冲区 用AsmAdd添加到缓冲的指令全部清除 @return 0:失败 1:成功

()

Source from the content-addressed store, hash-verified

588 * @return 0:失败 1:成功
589 */
590 public int AsmClear(){
591 return Dispatch.call(dm, "AsmClear").getInt();
592 }
593
594 /**
595 * 把汇编缓冲区的指令转换为机器码 并用16进制字符串的形式输出

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected