コード例 #1
0
 public IncrementCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
コード例 #2
0
 public JumpIfLessThanCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
コード例 #3
0
 public BlankLineInTms(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
コード例 #4
0
 public AddImmediateCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
コード例 #5
0
 public NopCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
コード例 #6
0
 public SetZerosCorrespondingCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
コード例 #7
0
 public JumpIfNotEqualCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
コード例 #8
0
 public ReturnCommand(Z80AssemblyParsing.Command sourceCommand) : base(sourceCommand)
 {
 }
コード例 #9
0
 public SubtractByteCommand(Z80AssemblyParsing.Command sourceCommand, Operand source, Operand destination) : base(sourceCommand, source, destination)
 {
 }
コード例 #10
0
 public BranchCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }
コード例 #11
0
 public JumpOnCarryCommand(Z80AssemblyParsing.Command sourceCommand, Operand operand) : base(sourceCommand, operand)
 {
 }