Returns all instructions from the assembly block
Last updated 24 days ago
get_block_instructions() → APIList[Instruction]
get_block_instructions() →
APIList
[
Instruction
]
from glider import * def query(): assembly_instructions = Functions().exec(1,57).start_asm_instructions().exec() return assembly_instructions + assembly_instructions[0].get_block_instructions()