You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test is broken. The reason is that Rizin can't distinguish
CPU models. Each M68k model has a different address mask (32-24 bits).
It defaults to one which has only 24bits.
Hence, the subi.l instruction decodes to
'subi.l 0x15b119, d0' instead of 'subi.l 0x8015b119, d0'
Should be fixable with RzArch (if anyone is still intereses).
See: rizinorg#4334
Rot127
added a commit
to Rot127/rizin
that referenced
this issue
Oct 23, 2024
This test is broken. The reason is that Rizin can't distinguish
CPU models. Each M68k model has a different address mask (32-24 bits).
It defaults to one which has only 24bits.
Hence, the subi.l instruction decodes to
'subi.l 0x15b119, d0' instead of 'subi.l 0x8015b119, d0'
Should be fixable with RzArch (if anyone is still intereses).
See: rizinorg#4334
Rot127
added a commit
to Rot127/rizin
that referenced
this issue
Oct 24, 2024
This test is broken. The reason is that Rizin can't distinguish
CPU models. Each M68k model has a different address mask (32-24 bits).
It defaults to one which has only 24bits.
Hence, the subi.l instruction decodes to
'subi.l 0x15b119, d0' instead of 'subi.l 0x8015b119, d0'
Should be fixable with RzArch (if anyone is still intereses).
See: rizinorg#4334
Tracking issue for
RzArch
Refactor old plugin
asm
andanalysis
asm
andanalysis
code (keep plugin structure) (Merge asm/ and analysis/ into arch/ but keep plugin formats. #4332)asm
/analysis
plugin API as deprecated.rz_arch_
functions to something else.RzParse
into the mergedasm
/analysis
directories.Extensions and new
RzArch
pluginRzArch
plugin (see: RzArch #2557)asm
/analysis
/arch
for a while all at once):RzAnalysis
andRzAsm
API functions into some new functions. They should check if the plugin is aRzArch
plugin and call the new API if yes.RzArch
returns different objects/data/values whatever, translate them forcore
asm
andanalysis
plugin into the newRzArch
plugin6502
8051
amd29k
arc
arm
avr
cil
cr16
cris
dalvik
dcpu16
ebc
gb
h8300
hexagon
hppa
i4004
i8080
include
java
lanai
lh5801
lm32
luac
mcore
mcs96
mips
msp430
nios
or1k
pic
ppc
propeller
pyc
riscv
rl78
rsp
rx
sh
snes
sparc
spc700
tms320
tricore
v810
v850
vax
wasm
xap
xtensa
z80
rz-bindgen
)rz-ghidra
jsdec
core
use only the newRzArch
API.rizin/librz/arch/isa/hexagon/hexagon_il.c
Lines 243 to 247 in fb6efca
The text was updated successfully, but these errors were encountered: