rizin/test/db/asm
billow a8a6f36354
8051 RzIL fixes (#3413)
* fix `ljmp`
* fix `mov`
* fix push stack
* rename register `a` -> `acc`
* fix `ret`
* fix `j*`
* `dptr` -> `dpl`+`dph`
* memory mapping registers
* replace flags with `psw`
* fix duplicate register reads
* fix relative addressing
* fix reg_profile
* fix `mul` and `pc`
2023-03-05 12:54:25 +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 [RzIL] Add lifter for 32-bit Arm, including thumb (#2241) 2022-02-22 12:23:28 +00:00
arm_32 [RzIL] Add lifter for 32-bit Arm, including thumb (#2241) 2022-02-22 12:23:28 +00:00
arm_64 [RzIL] Add lifter for Armv8 AArch64 (#2354) 2022-03-27 10:29:51 +02:00
arm_cortex_16
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
h8300
hexagon Disassemble invalid duplex instructions to invalid ; invalid. (#2889) 2022-08-08 21:05:50 +08:00
i4004
java
lh5801
luac_5.3_16
luac_5.4_16
mips.gnu_64
mips_64
mips_v2_64
msp430
or1k
pic_pic18_8
ppc_64 Fix PPC RZIL endianness issue on SystemZ (#3096) 2022-10-15 20:39:37 +08:00
riscv_32
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
v810
wasm
x86_16 x86 IL: fix infinite loop caused by x86_il_get_parity (#3402) 2023-02-28 10:01:41 +08:00
x86_32 x86 IL: fix infinite loop caused by x86_il_get_parity (#3402) 2023-02-28 10:01:41 +08:00
x86_64 x86 IL: fix infinite loop caused by x86_il_get_parity (#3402) 2023-02-28 10:01:41 +08:00
z80