Architecture Type
Represents CPU architecture types that are supported by B2R2.
Record fields
| Record Field |
Description
|
|
ARMv7.
|
|
ARMv8 (aarch32 and aarch64).
|
|
Atmel AVR 8-bit microcontroller.
|
|
Common Intermediate Language (CIL), aka MSIL.
|
|
EVM.
|
|
Intel x86 or x86-64.
|
|
MIPS.
|
|
PA-RISC.
|
|
PowerPC.
|
|
Python bytecode.
|
|
RISC-V.
|
|
IBM System/390.
|
|
SuperH (SH-4).
|
|
SPARC.
|
|
TMS320C64x, TMS320C67x, etc.
|
|
Used internally to signal an unrecognized ISA combination. Passing this value to any ISA constructor raises InvalidISAException.
|
|
WASM.
|
B2R2