Esempio n. 1
0
 public IncrementCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
 public JumpIfLessThanCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
 public BlankLineInTms(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
Esempio n. 4
0
 public AddImmediateCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
Esempio n. 5
0
 public NopCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
Esempio n. 6
0
 public SetZerosCorrespondingCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
 public JumpIfNotEqualCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
Esempio n. 8
0
 public ReturnCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
 public SubtractByteCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
Esempio n. 10
0
 public BranchCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
 public JumpOnCarryCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }