Most instruction codes are octal, so print errors that way too
commit16a856cd851858f80b1ef407d77f92df309e5909
authorH. Peter Anvin <hpa@zytor.com>
Sun, 1 Mar 2009 08:22:16 +0000 (1 00:22 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 1 Mar 2009 08:22:16 +0000 (1 00:22 -0800)
treea7039e90f0d6130bd0dafd191f4df344fa0a4d25
parentae2597b116669003bd5fe004eebc88748cd8afcd
Most instruction codes are octal, so print errors that way too

Most of our instruction opcodes are written in octal.  Thus, it makes
sense to print them that way if we ever have an error message.
assemble.c