wargio / libvle

PowerPC VLE disassembler library
GNU Lesser General Public License v3.0
5 stars 5 forks source link

Cant disasm lbzux r0, r7, r27 #7

Closed arkup closed 5 years ago

arkup commented 5 years ago

hi, seems it's not possible to disasm bytes 7C 07 D8 EE

from IDA

ROM:00000000             # Segment type: Pure code
ROM:00000000                             .section "ROM",text_vle
ROM:00000000 7C 07 D8 EE                 lbzux     r0, r7, r27
wargio commented 5 years ago

image

wargio commented 5 years ago

fixed via https://github.com/wargio/libvle/commit/645bea5b7d6c0faf541cff55137e875d786cf3af

wargio commented 5 years ago

was bug, not enhancement.