rizin/librz/asm
Heersin 5c79c42a56
Disassembler arch for RX microcontroller (MCU) family (#4198)
* Basic framework of rx implemented
* Add match and parse flow
* Add part of description for RxV1 instruction set
* Add datasheet for rxv1
* Implement stringify op for rx
* Add missing TST instruction in datasheet
* Test to div instruction and fix bugs
* Test known rxv1 instruction set
* Fix bugs in rx disasm plugin and add SPDX
* Add rz_analysis for renesas rx
* Fix rz_analysis bug for renesas rx
* Add rz_asm test and fix bug in datasheet
* Add analysis test and fix bugs for renesas rx
2024-02-17 22:29:16 +08:00
..
arch Disassembler arch for RX microcontroller (MCU) family (#4198) 2024-02-17 22:29:16 +08:00
cpus RzArch: Support for memory mapping the ROM sizes (#1228) 2021-06-26 03:02:17 +08:00
d Renesas RL78 disassembler plugin (#3649) 2023-10-14 00:15:03 +08:00
p Disassembler arch for RX microcontroller (MCU) family (#4198) 2024-02-17 22:29:16 +08:00
platforms RzArch: Add x86 IO ports and support for more platforms (#1263) 2021-07-05 12:03:37 +08:00
acode.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
aop.c Convert from rz_str_new to rz_str_dup (#4178) 2024-02-07 00:07:53 +08:00
asm.c Replace current regex engine with PCRE2 (#4185) 2024-02-05 12:51:16 +08:00
binutils_as.c Coverity fixes - memory leaks, integer overflows (#3343) 2023-02-05 11:27:45 +08:00
binutils_as.h Added missing SPDX headers (#1576) 2021-09-02 14:10:31 +02:00
meson.build Disassembler arch for RX microcontroller (MCU) family (#4198) 2024-02-17 22:29:16 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00