Returns the list of instructions following the current instruction till the branching point.
Last updated 4 months ago
next_block() → []
next_block() →
[
]
from glider import * def query(): ins = Instructions().start_asm_instructions().exec(1) return ins + ins[0].next_block()
APIList
Instruction