I'm new to all this, so maybe this can help others like me.
Download the uVision Demo...
https://www.keil.com/demo/eval/c166.htmDownload HxD Hex editor...
http://mh-nexus.de/en/downloads.php?product=HxDLoad your ME7 BIN file in HxD then File>Export>32 Bit Intel HEX (name & save it appropriately)
Run uVision selecting C167xx as your target device (you can also change this later in Edit>Config)
Start the debugger Debug>Start/Stop Debug session.
In the disassemby window, right click and "Load Hex or Object File".
Browse to and select your Intel hex file and voila.
You can check the instruction set here
http://www.keil.com/dd/chip/2906.htm.