assemble: move the instruction-matching loop into a common function
commit23595f5946bc816185204302a78d8413ed59cc4b
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Jul 2009 00:44:25 +0000 (25 17:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Jul 2009 00:44:25 +0000 (25 17:44 -0700)
treea3353e67afbcccdf5c180708e77339f0fdd910cf
parent65289e84ed2b9e7abff7e38164fe1ee133c7ff32
assemble: move the instruction-matching loop into a common function

Move the instruction-matching loop into a common function.  This gives
us a single point to adjust the instruction-selection algorithm.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c