rizinorg / jsdec

Simple decompiler for Rizin
55 stars 7 forks source link

8051 support #7

Closed kimstik closed 3 years ago

kimstik commented 3 years ago

cutter 2.0.2 shows "8051 is not currently supported." Is it possible to add it?

wargio commented 3 years ago

i guess so. can you reference here the ISA documents?

kimstik commented 3 years ago

I believe that following links might be used as reference:

https://www.keil.com/dd/docs/datashts/intel/ism51.pdf https://www.keil.com/support/man/docs/is51/ https://www.win.tue.nl/~aeb/comp/8051/set8051.html

wargio commented 3 years ago

It's now in my TODO list, thank you for the help with the docs!

wargio commented 3 years ago

this will probably be available from 0.3.0, but if you want to try/use it you can manually install these 2 file:

kimstik commented 3 years ago

Thanks! it works!