miasm
Reverse engineering framework
miasm.arch.mep.arch.mep_abs24 Class Reference
Inheritance diagram for miasm.arch.mep.arch.mep_abs24:
Collaboration diagram for miasm.arch.mep.arch.mep_abs24:

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- Public Member Functions inherited from miasm.core.cpu.imm_noarg
def int2expr (self, v)
 
def expr2int (self, e)
 
def fromstring (self, text, loc_db, parser_result=None)
 
def decodeval (self, v)
 
def encodeval (self, v)
 
- Public Member Functions inherited from miasm.arch.mep.arch.mep_arg
def asm_ast_to_expr (self, arg, loc_db)
 
- Public Member Functions inherited from miasm.core.cpu.m_arg
def fromstring (self, text, loc_db, parser_result=None)
 
def asm_ast_to_expr (self, arg, loc_db, **kwargs)
 

Public Attributes

 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.imm_noarg
 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Static Public Attributes

 parser = abs24_deref_parser
 
- Static Public Attributes inherited from miasm.arch.mep.arch.mep_imm
 parser = base_expr
 
- Static Public Attributes inherited from miasm.core.cpu.imm_noarg
int intsize = 32
 
tuple intmask = (1 << intsize) - 1
 

Detailed Description

Toshiba MeP-c4 abs24 immediate

Member Function Documentation

◆ decode()

def miasm.arch.mep.arch.mep_abs24.decode (   self,
  v 
)
Modify the decoded value using the previously decoded imm6.

Reimplemented from miasm.core.cpu.imm_noarg.

◆ encode()

def miasm.arch.mep.arch.mep_abs24.encode (   self)
Modify the encoded value. One part is stored in this object, and
the other one in imm6.

Reimplemented from miasm.core.cpu.imm_noarg.

Member Data Documentation

◆ expr

miasm.arch.mep.arch.mep_abs24.expr

◆ parser

miasm.arch.mep.arch.mep_abs24.parser = abs24_deref_parser
static

◆ value

miasm.arch.mep.arch.mep_abs24.value

The documentation for this class was generated from the following file: