-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rzil PIC #4322
Conversation
d86d06e
to
527f23b
Compare
1d1cfaf
to
2d21f83
Compare
090beb3
to
70b0215
Compare
This one should be done. |
Though but I don't know the fix. It just feels like a pic16 emulateme test could be added with some hacks |
Oh, right, I was mistaken because of the old filenames shown in the diff (removed files). |
Could you please try to look if it's something easy/obvious? If yes, it's better to fix it properly. But if you can't see the problem quickly, then it will be fine to add the emulateme with workarounds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one small nitpick
- add arithmetic uplifters - add memory maps for different devices in PIC16F family
PIC: fix pic18 register mapping PIC: fix pic18 asm PIC IL: detect pic arch PIC IL: add pic_archinfo PIC IL: extract esil to separate file
Your checklist for this pull request
Detailed description
ref #3461
https://en.wikipedia.org/wiki/PIC_instruction_listings
https://developerhelp.microchip.com/xwiki/bin/view/products/mcu-mpu/8bit-pic/enhanced-family/emdata/
Test plan
...
Closing issues
closes #3461