Here’s an idea: whenever you do something even mildly noteworthy with Virtual Boy, feel free to share it!
___________
What I did just now: I implemented an algorithm where [font=Courier New]SETF[/font] was the best instruction to use!
The problem was that I needed to multiply two numbers stored in 24.8 fixed-point format, and the output should also be 24.8 fixed-point rounded to nearest. My implementation honest-to-goodness uses [font=Courier New]SETF[/font], and I’ll be darned if it’s not the most efficient way to do the task at hand.
Let’s say the function satisfies the following prototype: