On Thu Feb 9 16:01:36 2023 +0000, Giovanni Mascellani wrote:
No strong opinions, but maybe this would be more readable as a `switch` block?
I don't think it makes much of a difference in terms of readability, but it means we can't just use the "break" instructions to break out of the instruction loop :-/ And restructuring with helpers would probably be hard.