Returns an Instructions object for the instructions that are from assembly block.
Last updated 3 months ago
asm_block_instructions() →
from glider import * def query(): return Instructions().asm_block_instructions().exec(2, 2)
Instructions