Skip to content

Instantly share code, notes, and snippets.

@iori-yja
Created January 15, 2012 10:43
Show Gist options
  • Save iori-yja/1615396 to your computer and use it in GitHub Desktop.
Save iori-yja/1615396 to your computer and use it in GitHub Desktop.
Get mnemonics from instruction table.
cat temp|awk '{print $1}'|sed -e 's/(.*)//g'|sed -e s/表//g |sed -e 's/A4.*//' |sed -e s/v4//g |sed -e s/Copyright// |sed -e s/ARM//g |sed -e s/命令//g| sed '/^ *$/d' | tr '\n' ' '>temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment