sbprojects/sbasm3

Typo in "cr6800.py"

okazunori68 opened this issue · 1 comments

Thanks for the great software.
I found a typo in "cr6800.py".
Could you Please check it out?

128 - 'BSR' : (Branch, 0x8D, '8', '3', '3'),
    + 'BSR' : (Branch, 0x8D, '8', '6', '5'),

Thanks for reporting this. I've fixed it.