From 18508155388a2f50eab4fd9acbbcc6ec9d330203 Mon Sep 17 00:00:00 2001 From: Dan White Date: Thu, 2 May 2013 15:34:49 -0500 Subject: [PATCH] msp4th: add script to extract opcode definitions --- msp4th/opcode-defs.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 msp4th/opcode-defs.sh 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 -- 2.25.1