miasm
Reverse engineering framework
test_control.TestControl Class Reference
Inheritance diagram for test_control.TestControl:
Collaboration diagram for test_control.TestControl:

Public Member Functions

def test_stc (self)
 
def test_ldc (self)
 
def test_di (self)
 
def test_ei (self)
 
def test_reti (self)
 
def test_swi (self)
 
def test_halt (self)
 
def test_sleep (self)
 
def test_break (self)
 
def test_syncm (self)
 
def test_stcb (self)
 
def test_ldcb (self)
 

Member Function Documentation

◆ test_break()

def test_control.TestControl.test_break (   self)
Test BREAK execution
Here is the call graph for this function:

◆ test_di()

def test_control.TestControl.test_di (   self)
Test DI execution
Here is the call graph for this function:

◆ test_ei()

def test_control.TestControl.test_ei (   self)
Test EI execution
Here is the call graph for this function:

◆ test_halt()

def test_control.TestControl.test_halt (   self)
Test HALT execution
Here is the call graph for this function:

◆ test_ldc()

def test_control.TestControl.test_ldc (   self)
Test LDC execution
Here is the call graph for this function:

◆ test_ldcb()

def test_control.TestControl.test_ldcb (   self)
Test LDCB execution
Here is the call graph for this function:

◆ test_reti()

def test_control.TestControl.test_reti (   self)
Test RETI execution
Here is the call graph for this function:

◆ test_sleep()

def test_control.TestControl.test_sleep (   self)
Test SLEEP execution
Here is the call graph for this function:

◆ test_stc()

def test_control.TestControl.test_stc (   self)
Test STC execution
Here is the call graph for this function:

◆ test_stcb()

def test_control.TestControl.test_stcb (   self)
Test STCB execution
Here is the call graph for this function:

◆ test_swi()

def test_control.TestControl.test_swi (   self)
Test SWI execution
Here is the call graph for this function:

◆ test_syncm()

def test_control.TestControl.test_syncm (   self)
Test SYNCM execution
Here is the call graph for this function:

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