#!/bin/rc

awk '{print "asm(0x"$2")"}' | acid $1 | grep acid: | awk 'BEGIN {FS = "[ \t\+]"}
						{print $4, $2}' | sed 's/0x//g'
