MCPcopy Create free account
hub / github.com/capstone-engine/capstone / regWrite

Method regWrite

bindings/java/capstone/Capstone.java:228–230  ·  view source on GitHub ↗
(int reg_id)

Source from the content-addressed store, hash-verified

226 }
227
228 public boolean regWrite(int reg_id) {
229 return cs.cs_reg_write(csh, raw.getPointer(), reg_id) != 0;
230 }
231
232 public int errno() {
233 return cs.cs_errno(csh);

Callers

nothing calls this directly

Calls 1

cs_reg_writeMethod · 0.80

Tested by

no test coverage detected