msp4th: add script to extract opcode definitions
authorDan White <dan@whiteaudio.com>
Thu, 2 May 2013 20:34:49 +0000 (15:34 -0500)
committerDan White <dan@whiteaudio.com>
Thu, 2 May 2013 20:34:49 +0000 (15:34 -0500)
msp4th/opcode-defs.sh [new file with mode: 0755]

diff --git a/msp4th/opcode-defs.sh b/msp4th/opcode-defs.sh
new file mode 100755 (executable)
index 0000000..14e4fb1
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+grep '//.*(.*--.*)' msp4th.c