Instructions.end_asm_instructions()

Returns an Instructions object for the 'end assembly' instructions.

end_loop_instructions() → Instructions

Query Example

from glider import *

def query():
  
  return Instructions().end_asm_instructions().exec(1)

Output Example

Last updated