riscemu.types.flags module

class riscemu.types.flags.MemoryFlags(read_only: bool, executable: bool)

Bases: object

read_only: bool
executable: bool
__init__(read_only: bool, executable: bool) None