Returns an Instructions object for the 'start assembly' instructions.
Last updated 5 months ago
start_asm_instructions() →
from glider import * def query(): return Instructions().start_asm_instructions().exec(1)
Instructions