CPU Simulator
GitHub
Preparing search index...
src/main/simulator/compiler/OperationDefinition
InstructionDefinition
Interface InstructionDefinition
interface
InstructionDefinition
{
mnemonic
:
string
;
opcode
:
string
;
regexes
:
[
{
name
:
string
;
regex
:
string
}
]
;
type
:
string
;
}
Index
Properties
mnemonic
opcode
regexes
type
Properties
mnemonic
mnemonic
:
string
opcode
opcode
:
string
regexes
regexes
:
[
{
name
:
string
;
regex
:
string
}
]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
mnemonic
opcode
regexes
type
GitHub
CPU Simulator
Loading...