[Libre-soc-bugs] [Bug 657] unit tests needed for BCD instructions
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Aug 19 18:57:18 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=657
--- Comment #18 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to dmitry.selyutin from comment #16)
> (In reply to dmitry.selyutin from comment #15)
> > The best option would be to assign parts of slice (I'm splitting the integer
> > into bits). IIRC Python supports it, I will re-check.
>
> Done
>>> x = 5
>>> x[2]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object has no attribute '__getitem__'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list