One of the cool things about ISAs with variable-length instructions is that when you start disassembling at a random address you can get very interesting results as the poor disassembler tries valiantly to figure out what's going on. Combine that with a rather large instruction set in which most instructions aren't used any more and you can learn all kinds of things.
For example, who knew that the x86 instruction set has an instruction called BOUND? Not me, that's for sure -- until otool showed it to me tonight while trying to disassemble something in the kernel. I'll never use it, of course, but it's interesting nonetheless.
Update: In case you're wondering why nearly nobody uses the BOUND instruction (aside from it being slower than the equivalent implementation using other instructions on all modern processors) there's this note from the page above: