In some cases it is much cleaner to have a constant with the opcode number directly.
We use the fact that constants and modules don't share a namespace, and therefore we can define a module with the same name as the opcode and include constants in there, e.g. N, for the opcode number.