Actual behavior of SEUSSF and SEUSSR
moony
Posts: 27
These instructions are documented to relocate and periodically invert the bits of their argument, but their actual behavior is undocumented. Anyone know what algorithm they follow?
If not, posting how they both behave with the attached inputs (which are given in binary) is also welcome.
EDIT: Oop- the inputs are 16bit. You should be able to see how to extend them to 32-bit, though, it's a pretty simple pattern.
If not, posting how they both behave with the attached inputs (which are given in binary) is also welcome.
EDIT: Oop- the inputs are 16bit. You should be able to see how to extend them to 32-bit, though, it's a pretty simple pattern.
txt
578B
Comments
I remember it too, i think maybe @cgracey used it in one of his online video presentations?
I think it had red and green lines showing which bits were inverted and which not, and mapped their source and destination bits
yes, that one.
https://forums.parallax.com/discussion/comment/1479691/#Comment_1479691
Oh well, let's repost it here: