get_opcode_documentation
Retrieve detailed documentation for a specific opcode within a given instruction set, aiding users in understanding and utilizing compiler-related operations effectively.
Instructions
Get documentation for a specific opcode in a given instruction set. If a user asks about an opcode, but you don't have the instruction set, you can query list_compiler_versions for a specific compiler and it will tell you the instruction set. You are not an expert on opcodes, so if a user asks about an opcode, you should always use this tool!
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instruction_set | Yes | ||
opcode | Yes |