riscemu.Config module¶
RiscEmu (c) 2021 Anton Lydike
SPDX-License-Identifier: MIT
-
class
riscemu.Config.
RunConfig
(stack_size: int = 524288, include_scall_symbols: bool = True, add_accept_imm: bool = False, debug_instruction: bool = True, debug_on_exception: bool = True, scall_input: bool = True, scall_fs: bool = False)¶ Bases:
object
-
stack_size
: int = 524288¶
-
include_scall_symbols
: bool = True¶
-
add_accept_imm
: bool = False¶
-
debug_instruction
: bool = True¶
-
debug_on_exception
: bool = True¶
-
scall_input
: bool = True¶
-
scall_fs
: bool = False¶
-
__init__
(stack_size: int = 524288, include_scall_symbols: bool = True, add_accept_imm: bool = False, debug_instruction: bool = True, debug_on_exception: bool = True, scall_input: bool = True, scall_fs: bool = False) → None¶ Initialize self. See help(type(self)) for accurate signature.
-