Hacker News new | ask | show | jobs
by the_duke 1937 days ago
Wouldn't many bugs only surface in multi-instruction and status register interactions?

But those are also probably way harder to verify.

1 comments

Consistency checks do check multiple instructions. Status registers are work in progress.
That's interesting!

What kind of consistency checks (other than register state being preserved by commands that do not write to the register in question)? Is there some standard best practise?