miasm
Reverse engineering framework
test_major_opcode_1.TestMajor1 Class Reference
Inheritance diagram for test_major_opcode_1.TestMajor1:
Collaboration diagram for test_major_opcode_1.TestMajor1:

Public Member Functions

def test_OR (self)
 
def test_AND (self)
 
def test_XOR (self)
 
def test_NOR (self)
 
def test_MUL (self)
 
def test_MULU (self)
 
def test_MULR (self)
 
def test_MULRU (self)
 
def test_DIV (self)
 
def test_DIVU (self)
 
def test_RI (self)
 
def test_SSARB (self)
 
def test_EXTB (self)
 
def test_EXTH (self)
 
def test_EXTUB (self)
 
def test_EXTUH (self)
 
def test_JMP (self)
 
def test_JSR (self)
 
def test_JSRV (self)
 

Member Function Documentation

◆ test_AND()

def test_major_opcode_1.TestMajor1.test_AND (   self)
Test the AND instruction
Here is the call graph for this function:

◆ test_DIV()

def test_major_opcode_1.TestMajor1.test_DIV (   self)
Test the DIV instruction
Here is the call graph for this function:

◆ test_DIVU()

def test_major_opcode_1.TestMajor1.test_DIVU (   self)
Test the DIVU instruction
Here is the call graph for this function:

◆ test_EXTB()

def test_major_opcode_1.TestMajor1.test_EXTB (   self)
Test the EXTB instruction
Here is the call graph for this function:

◆ test_EXTH()

def test_major_opcode_1.TestMajor1.test_EXTH (   self)
Test the EXTH instruction
Here is the call graph for this function:

◆ test_EXTUB()

def test_major_opcode_1.TestMajor1.test_EXTUB (   self)
Test the EXTUB instruction
Here is the call graph for this function:

◆ test_EXTUH()

def test_major_opcode_1.TestMajor1.test_EXTUH (   self)
Test the EXTUH instruction
Here is the call graph for this function:

◆ test_JMP()

def test_major_opcode_1.TestMajor1.test_JMP (   self)
Test the JMP instruction
Here is the call graph for this function:

◆ test_JSR()

def test_major_opcode_1.TestMajor1.test_JSR (   self)
Test the JSR instruction
Here is the call graph for this function:

◆ test_JSRV()

def test_major_opcode_1.TestMajor1.test_JSRV (   self)
Test the JSRV instruction
Here is the call graph for this function:

◆ test_MUL()

def test_major_opcode_1.TestMajor1.test_MUL (   self)
Test the MUL instruction
Here is the call graph for this function:

◆ test_MULR()

def test_major_opcode_1.TestMajor1.test_MULR (   self)
Test the MULR instruction
Here is the call graph for this function:

◆ test_MULRU()

def test_major_opcode_1.TestMajor1.test_MULRU (   self)
Test the MULRU instruction
Here is the call graph for this function:

◆ test_MULU()

def test_major_opcode_1.TestMajor1.test_MULU (   self)
Test the MULU instruction
Here is the call graph for this function:

◆ test_NOR()

def test_major_opcode_1.TestMajor1.test_NOR (   self)
Test the NOR instruction
Here is the call graph for this function:

◆ test_OR()

def test_major_opcode_1.TestMajor1.test_OR (   self)
Test the OR instruction
Here is the call graph for this function:

◆ test_RI()

def test_major_opcode_1.TestMajor1.test_RI (   self)
Test the (RI) instruction

◆ test_SSARB()

def test_major_opcode_1.TestMajor1.test_SSARB (   self)
Test the SSARB instruction
Here is the call graph for this function:

◆ test_XOR()

def test_major_opcode_1.TestMajor1.test_XOR (   self)
Test the XOR instruction
Here is the call graph for this function:

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