themadinventor / ida-xtensa

IDAPython plugin for Tensilica Xtensa (as seen in ESP8266)
GNU General Public License v2.0
166 stars 46 forks source link

Use decimal numbers for bit numbers in instructions. #7

Closed pfalcon closed 9 years ago

pfalcon commented 9 years ago

I personally decimal bit numbers more easy to grasp, that's how we number bits in real life, right?

themadinventor commented 9 years ago

Sure, that makes sense. Thanks!