riscemu.IO.TextIO module

class riscemu.IO.TextIO.TextIO(base: int, buflen: int = 128)

Bases: IOModule

read_ins(offset: int) Instruction
__init__(base: int, buflen: int = 128)
read(addr: int, size: int) bytearray
write(addr: int, size: int, data: bytearray)
name: str
flags: MemoryFlags
size: int
base: int
owner: str
context: InstructionContext