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