CPU Simulator
GitHub
Preparing search index...
src/main/simulator/compiler/AssemblyLanguageDefinition
AssemblyLanguageDefinition
Interface AssemblyLanguageDefinition
interface
AssemblyLanguageDefinition
{
addressable_registers
:
{
aliases
:
undefined
|
string
[]
;
code
:
string
;
name
:
string
;
}
[]
;
addressModes
:
{
code
:
string
;
name
:
string
}
[]
;
comment_format
:
string
;
instruction_types
:
{
code
:
string
;
name
:
string
}
[]
;
instructions
:
{
address_modes
:
string
[]
;
illegal_combinations_of_operand_types
:
|
undefined
|
{
__SOURCE__
:
string
;
__TARGET__
:
string
}
[]
;
mnemonic
:
string
;
opcode
:
string
;
operands
:
undefined
|
{
allowed_types
:
string
[]
;
name
:
string
}
[]
;
regex
:
string
;
type
:
string
;
}
[]
;
label_formats
:
{
declaration
:
string
;
usage
:
string
}
;
number_formats
:
{
binary
:
string
;
decimal
:
string
;
hexadecimal
:
string
}
;
operand_types
:
{
code
:
string
;
name
:
string
;
regex
:
string
}
[]
;
}
Index
Properties
addressable_
registers
address
Modes
comment_
format
instruction_
types
instructions
label_
formats
number_
formats
operand_
types
Properties
addressable_
registers
addressable_registers
:
{
aliases
:
undefined
|
string
[]
;
code
:
string
;
name
:
string
;
}
[]
address
Modes
addressModes
:
{
code
:
string
;
name
:
string
}
[]
comment_
format
comment_format
:
string
instruction_
types
instruction_types
:
{
code
:
string
;
name
:
string
}
[]
instructions
instructions
:
{
address_modes
:
string
[]
;
illegal_combinations_of_operand_types
:
|
undefined
|
{
__SOURCE__
:
string
;
__TARGET__
:
string
}
[]
;
mnemonic
:
string
;
opcode
:
string
;
operands
:
undefined
|
{
allowed_types
:
string
[]
;
name
:
string
}
[]
;
regex
:
string
;
type
:
string
;
}
[]
label_
formats
label_formats
:
{
declaration
:
string
;
usage
:
string
}
number_
formats
number_formats
:
{
binary
:
string
;
decimal
:
string
;
hexadecimal
:
string
}
operand_
types
operand_types
:
{
code
:
string
;
name
:
string
;
regex
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
addressable_
registers
address
Modes
comment_
format
instruction_
types
instructions
label_
formats
number_
formats
operand_
types
GitHub
CPU Simulator
Loading...