Move spvBinaryToText into new disassembler file.
authorDavid Neto <dneto@google.com>
Tue, 27 Oct 2015 20:56:14 +0000 (16:56 -0400)
committerDavid Neto <dneto@google.com>
Tue, 10 Nov 2015 20:57:19 +0000 (15:57 -0500)
commitea324e4a2385661942a684f6fc1d726c863b66ab
tree914b8e7159560ab20290d223718676becf6e2a90
parent1bcd3d16a380750c768c84d0f0ce6d2d11123f49
Move spvBinaryToText into new disassembler file.

This begins the refactoring of the disassembler into
two parts: A binary decoder in binary.cpp, and an
event-driven converter to text in disassemble.cpp
CMakeLists.txt
source/binary.cpp
source/disassemble.cpp [new file with mode: 0644]