> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instruction/startassemblyinstruction/startassemblyinstruction.get_block_instructions.md).

# StartAssemblyInstruction.get\_block\_instructions()

`get_block_instructions() →` [`APIList`](/glider-ide/api/iterables/apilist.md)`[`[`Instruction`](/glider-ide/api/instruction.md)`]`

## Query Example

```python
from glider import *

def query():
    assembly_instructions = Functions().exec(1,57).start_asm_instructions().exec()

    return assembly_instructions + assembly_instructions[0].get_block_instructions()
```

## Example Output

<figure><img src="/files/qpRrpWLa0qYGZQWSM6Pj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/R7wlSkFufFWRawFv5cqY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nyoMGpOmi7mCZW3OJugk" alt=""><figcaption></figcaption></figure>
