예제 #1
0
 public ReadOnlySpan <byte> GetBytes() => InstructionEncoder.Encode(Opcode.Compare, CompareKind);
예제 #2
0
 public ReadOnlySpan <byte> GetBytes() => InstructionEncoder.Encode(Opcode.Branch, BranchKind, Target);