Directories
¶
| Path | Synopsis |
|---|---|
|
Package avrasm disassembles AVR machine code (ATmega, ATtiny, ...), in the syntax of avr-objdump.
|
Package avrasm disassembles AVR machine code (ATmega, ATtiny, ...), in the syntax of avr-objdump. |
|
Package objfile loads executables into a format-independent representation: the architecture, the functions with their machine code, symbol lookups, source positions from the Go pclntab or DWARF, and a disassembler for the code.
|
Package objfile loads executables into a format-independent representation: the architecture, the functions with their machine code, symbol lookups, source positions from the Go pclntab or DWARF, and a disassembler for the code. |
|
Package thumbasm disassembles T32 (Thumb and Thumb-2) machine code.
|
Package thumbasm disassembles T32 (Thumb and Thumb-2) machine code. |
|
gen
command
Command gen builds the T32 (Thumb) encoding table for package thumbasm from ARM's AArch32 ISA XML (the "Exploration tools" release of developer.arm.com; see data/download.sh).
|
Command gen builds the T32 (Thumb) encoding table for package thumbasm from ARM's AArch32 ISA XML (the "Exploration tools" release of developer.arm.com; see data/download.sh). |
|
Package xtensaasm disassembles Xtensa LX machine code (ESP32, ESP8266), in the syntax of xtensa-objdump: the core ISA with the code density, windowed register, loop, multiply/divide, boolean and single-precision floating-point options.
|
Package xtensaasm disassembles Xtensa LX machine code (ESP32, ESP8266), in the syntax of xtensa-objdump: the core ISA with the code density, windowed register, loop, multiply/divide, boolean and single-precision floating-point options. |
Click to show internal directories.
Click to hide internal directories.