From: Dan White Date: Thu, 2 May 2013 20:34:49 +0000 (-0500) Subject: msp4th: add script to extract opcode definitions X-Git-Tag: bootrom-initial-submission~12 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=18508155388a2f50eab4fd9acbbcc6ec9d330203;p=430.git msp4th: add script to extract opcode definitions --- diff --git a/msp4th/opcode-defs.sh b/msp4th/opcode-defs.sh new file mode 100755 index 0000000..14e4fb1 --- /dev/null +++ b/msp4th/opcode-defs.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grep '//.*(.*--.*)' msp4th.c