Instructions.asm_block_instructions()

Returns an Instructions object for the instructions that are from assembly block.

asm_block_instructions() → Instructions

Query Example

from glider import *

def query():

  return Instructions().asm_block_instructions().exec(2, 2)

Output Example

Last updated