assemble
Convert assembly instructions to machine code for x86, ARM, and RISC-V architectures using Keystone engine.
Instructions
Assemble instructions into machine code using Keystone.
Args: arch: Architecture name (x86_32, x86_64, arm, arm64). code: Assembly source code (e.g. "mov eax, 42; ret"). address: Base address for assembly (affects relative offsets). Default 0.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | Yes | ||
| code | Yes | ||
| address | No |