Allow to use : (colon) to combine multiple cpu instructions on a single line
Currently, only a single CPU instruction is allowed per source code line. Extend this by introducing ":" as a separator between instruction mnemonics.
Directives and and macros are still enforced as one per line.