get_opcode_documentation
Retrieve official opcode documentation by providing instruction set and opcode. Quickly find instruction semantics and usage details for specific CPU operations.
Instructions
Look up bounded opcode documentation using explicit instruction-set and opcode IDs. Compilation tools transmit supplied source and virtual files to the configured Compiler Explorer backend. Assembly differences are not performance measurements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opcode | Yes | ||
| instruction_set | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| opcode | Yes | ||
| tooltip | Yes | ||
| warnings | No | ||
| source_url | Yes | ||
| html_truncated | No | ||
| instruction_set | Yes | ||
| tooltip_truncated | No | ||
| response_truncated | No |