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