> ## Documentation Index
> Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Bytecode.parseInstructions

> Parse bytecode into array of instructions with positions and PUSH data

<Card title="Try it Live" icon="play" href="https://playground.tevm.sh?example=primitives/bytecode.ts">
  Run Bytecode examples in the interactive playground
</Card>

<Tabs />

## See Also

* [analyze](/primitives/bytecode/analyze) - Complete analysis including instructions
* [formatInstructions](/primitives/bytecode/formatinstructions) - Format as human-readable strings
