Hacker News new | ask | show | jobs
by anyfoo 1880 days ago
Curious, does anyone actually care about the actual number primarily? I thought pretty much everyone who clicks on an article with that title would do so because they are interested in the insights gathered when getting to that number.
1 comments

If you are writing a disassembler or binary program decoder, such a number will help you be sure that you enumerate all the instructions.
I doubt most people reading the article coming from HN are writing disassemblers, and all such people would have to read it anyway because the number itself isn't sufficient to validate that you've enumerated all of them (because as my sibling points out, it's more complicated than that). The specific number is the least interesting part.
i think if you were writing such a program, this article would show that using such a number is a much more complicated idea than it sounds
Enumerating all instructions would be usefull to check wether you can decode all legal instructions.
The issue is that the list of all legal instructions is hard to define.