Jump skips the following Skip instructions in the program.
| 497 | |
| 498 | // Jump skips the following Skip instructions in the program. |
| 499 | type Jump struct { |
| 500 | Skip uint32 |
| 501 | } |
| 502 | |
| 503 | // Assemble implements the Instruction Assemble method. |
| 504 | func (a Jump) Assemble() (RawInstruction, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected