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

Method mnemonic

bindings/python/capstone/__init__.py:667–672  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

665 # return instruction's mnemonic.
666 @property
667 def mnemonic(self):
668 if self._cs._diet:
669 # Diet engine cannot provide @mnemonic.
670 raise CsError(CS_ERR_DIET)
671
672 return self._raw.mnemonic.decode('ascii')
673
674 # return instruction's operands (in string).
675 @property

Callers

nothing calls this directly

Calls 1

CsErrorClass · 0.85

Tested by

no test coverage detected