miasm
Reverse engineering framework
test_major_opcode_7.TestMajor7 Class Reference
Inheritance diagram for test_major_opcode_7.TestMajor7:
Collaboration diagram for test_major_opcode_7.TestMajor7:

Public Member Functions

def test_DI (self)
 
def test_EI (self)
 
def test_SYNCM (self)
 
def test_SYNCCP (self)
 
def test_RET (self)
 
def test_RETI (self)
 
def test_HALT (self)
 
def test_BREAK (self)
 
def test_SLEEP (self)
 
def test_DRET (self)
 
def test_DBREAK (self)
 
def test_CACHE (self)
 
def test_SWI (self)
 
def test_STC (self)
 
def test_LDC (self)
 

Member Function Documentation

◆ test_BREAK()

def test_major_opcode_7.TestMajor7.test_BREAK (   self)
Test the BREAK instruction
Here is the call graph for this function:

◆ test_CACHE()

def test_major_opcode_7.TestMajor7.test_CACHE (   self)
Test the CACHE instruction
Here is the call graph for this function:

◆ test_DBREAK()

def test_major_opcode_7.TestMajor7.test_DBREAK (   self)
Test the DBREAK instruction
Here is the call graph for this function:

◆ test_DI()

def test_major_opcode_7.TestMajor7.test_DI (   self)
Test the DI instruction
Here is the call graph for this function:

◆ test_DRET()

def test_major_opcode_7.TestMajor7.test_DRET (   self)
Test the DRET instruction
Here is the call graph for this function:

◆ test_EI()

def test_major_opcode_7.TestMajor7.test_EI (   self)
Test the EI instruction
Here is the call graph for this function:

◆ test_HALT()

def test_major_opcode_7.TestMajor7.test_HALT (   self)
Test the HALT instruction
Here is the call graph for this function:

◆ test_LDC()

def test_major_opcode_7.TestMajor7.test_LDC (   self)
Test the LDC instruction
Here is the call graph for this function:

◆ test_RET()

def test_major_opcode_7.TestMajor7.test_RET (   self)
Test the RET instruction
Here is the call graph for this function:

◆ test_RETI()

def test_major_opcode_7.TestMajor7.test_RETI (   self)
Test the RETI instruction
Here is the call graph for this function:

◆ test_SLEEP()

def test_major_opcode_7.TestMajor7.test_SLEEP (   self)
Test the SLEEP instruction
Here is the call graph for this function:

◆ test_STC()

def test_major_opcode_7.TestMajor7.test_STC (   self)
Test the STC instruction
Here is the call graph for this function:

◆ test_SWI()

def test_major_opcode_7.TestMajor7.test_SWI (   self)
Test the SWI instruction
Here is the call graph for this function:

◆ test_SYNCCP()

def test_major_opcode_7.TestMajor7.test_SYNCCP (   self)
Test the SYNCCP instruction
Here is the call graph for this function:

◆ test_SYNCM()

def test_major_opcode_7.TestMajor7.test_SYNCM (   self)
Test the SYNCM instruction
Here is the call graph for this function:

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