riscemu.priv.PrivMMU module

class riscemu.priv.PrivMMU.PrivMMU

Bases: MMU

get_sec_containing(addr: int) MemorySection

Returns the section that contains the address addr

Parameters:

addr – the Address to look for

Returns:

The LoadedMemorySection or None

global_instruction_context() InstructionContext
sections: List[MemorySection]

A list of all loaded memory sections

programs: List[Program]

A list of all loaded programs

global_symbols: Dict[str, int]

The global symbol table