assemble.c: use case4() macros like in disasm.c
commit507ae03bd1541bf62850da0e624827da4ae6ed44
authorH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 22:37:10 +0000 (9 15:37 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 22:37:10 +0000 (9 15:37 -0700)
tree7cece81d25afb56fe6f481659e060fbe0c95e0bf
parentfa3833db81524e8283ae6c56fa9aedfa89afdb62
assemble.c: use case4() macros like in disasm.c

Use the case4() macros as we already do in disasm.c.  It helps reduce
visual clutter, and more clearly demonstrates that groups of four
belong together.  Furthermore, it makes the text compact enough that
we can now use case statements to mask down the EA patterns correctly.

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