> ## 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.analyze

> Complete bytecode analysis with validation, jump destinations, and instructions

<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

* [analyzeJumpDestinations](/primitives/bytecode/analyzejumpdestinations) - Only analyze jump destinations
* [parseInstructions](/primitives/bytecode/parseinstructions) - Only parse instructions
* [validate](/primitives/bytecode/validate) - Only validate structure
