Even though the assembler is supposed to be case-insensitive as far as opcodes are concerned, the fact that `/' is not a character that can be part of a symbol gets the generic code to stop lower-casing the opcode at the slash. This patch introduces machine-specific code to lower-case whatever opcode characters appear after a slash, as well as the size character after the dot. Ok to install?