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