rizin/test/db/asm
Dhruv Maroo c6537d917e
Fix EXEC_WITH_RMODE macro and make the IL generated more concise (#4413)
* Use local variables in methods using `EXEC_WITH_RMODE` instead of
      `DUP`ing the values. Do the same for ST register stack popping.
      This leads to lesser code in the IL since the same long expression
      does not get repeated in the IL everytime (since we don't `DUP`
      anymore).
2024-04-05 08:30:35 +08:00
..
6502 [RzIL] Coalesce nested seq when printing (#2262) 2022-01-28 16:58:51 +01:00
8051 8051 RzIL fixes (#3413) 2023-03-05 12:54:25 +08:00
amd29k_29000_32
arc_16
arc_32
arm_16 Make AArch64/ARM analysis and asm plugins Capstone v6 compatible. (#4011) 2023-12-20 01:00:31 +08:00
arm_32 RzIL: replace float comparison macros with functions (#4400) 2024-04-02 09:18:21 +08:00
arm_64 Disable ARM hacks for Capstone 6 (#4159) 2024-01-27 21:30:26 +08:00
arm_cortexm_16 arm: use cortexm cpu instead of cortex (#3674) 2023-07-20 16:20:04 +08:00
avr Fix #2851 - wrong AVR analysis jump value for rjmp/rcall (#3012) 2022-09-07 23:00:23 +02:00
bf [RzIL] Make bf emulation stateless (#2214) 2022-01-16 14:33:05 +01:00
chip8
cil Add dotnet PE support (#2528) 2022-06-21 09:20:47 +08:00
cr16
dalvik
ebc
gb Add gb (Game Boy, SM83) RzIL Lifting (#3750) 2023-09-10 13:47:38 +02:00
h8300
hexagon Add new system instructions. (#3980) 2023-11-16 22:21:48 +08:00
i4004
java Java assembler (#903) 2021-03-25 17:52:36 +08:00
lh5801
luac_5.3_16 Lua 5.3 support RzAsm + RzAnalysis 2021-04-14 16:22:15 +08:00
luac_5.4_16 Lua 5.3 support RzAsm + RzAnalysis 2021-04-14 16:22:15 +08:00
mips.gnu_64
mips_64
mips_v2_64
msp430
or1k
pic_pic18_8
ppc_64 Add support for mtocrf and mfocrf if CS v6 is present. 2024-01-14 22:23:59 +08:00
ppc_qpx_64 [PPC/ARM] Update to Capstone v6/auto-sync (#3648) 2023-10-18 10:36:25 +08:00
riscv_32
rl78 Renesas RL78 disassembler plugin (#3649) 2023-10-14 00:15:03 +08:00
rx Disassembler arch for RX microcontroller (MCU) family (#4198) 2024-02-17 22:29:16 +08:00
sh [RzIL] IL lifting of SuperH ISA (#2518) 2022-08-02 02:37:03 +05:30
snes_16 Add asm tests for all legal 6502 ops 2022-01-14 00:47:33 +08:00
spc700
tms320_c55x+_32
tms320_c55x_32
tricore RzIL: replace float comparison macros with functions (#4400) 2024-04-02 09:18:21 +08:00
v810 v810: RzIL support (#4096) 2024-01-14 10:45:48 +08:00
v850 v850: Add some undocumented instructions (#4187) 2024-02-08 23:10:31 +08:00
wasm uleb128: fix sign extend in read_i{32,64}_leb128 2024-03-09 09:41:13 +08:00
x86_16 Add RzIL for floating-point x86 instructions (#3865) 2024-02-18 08:48:34 +08:00
x86_32 Add RzIL for floating-point x86 instructions (#3865) 2024-02-18 08:48:34 +08:00
x86_64 Fix EXEC_WITH_RMODE macro and make the IL generated more concise (#4413) 2024-04-05 08:30:35 +08:00
z80