CALL done, microcode map generator written

Implemented CALL instruction, which is now working.

Extended the microcode generator so it will now generate a mapping file to translate from a control store address to an instruction name (and step within that instruction), which can be loaded into gtkwave so it will show instruction names.

Next steps will be to implement POP and RET.