pub const dds_stream_opcode_DDS_OP_JSR: dds_stream_opcode = 33554432;Expand description
jump-to-subroutine (e.g. used for recursive types and appendable unions) [JSR, 0, e] where e = (signed 16 bits) offset to first instruction in subroutine, from start of insn instruction sequence must end in RTS, execution resumes at instruction following JSR