slothy.targets.common

Module Contents

API

exception slothy.targets.common.FatalParsingException

Bases: Exception

A fatal error happened during instruction parsing

Initialization

Initialize self. See help(type(self)) for accurate signature.

exception slothy.targets.common.UnknownInstruction

Bases: Exception

The parent instruction class for the given object could not be found

Initialization

Initialize self. See help(type(self)) for accurate signature.

exception slothy.targets.common.UnknownRegister

Bases: Exception

The register could not be found

Initialization

Initialize self. See help(type(self)) for accurate signature.