Beispiel #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)
 {
 }
Beispiel #4
0
 public AddImmediateCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
 public NopCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
Beispiel #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)
 {
 }
Beispiel #8
0
 public ReturnCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
 public SubtractByteCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
Beispiel #10
0
 public BranchCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
 public JumpOnCarryCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }