> 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/instruction.next_block.md).

# Instruction.next\_block()

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

## Query Example

```python
from glider import *

def query():
  ins = Instructions().start_asm_instructions().exec(1)

  return ins + ins[0].next_block()
```

## Output Example

### Virtual instruction, that represent asm start block

<figure><img src="/files/1xylq5WppPMXjxtsz9HY" alt=""><figcaption></figcaption></figure>

### Next block instructions:

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

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

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

<figure><img src="/files/6bNecJiZi8kKe7A9vbZW" alt=""><figcaption></figcaption></figure>
