A couple of simplifications to assemble.c
commit10734c7e582168a06045ec393379728c73e20c2f
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 28 Aug 2011 20:07:17 +0000 (29 00:07 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 28 Aug 2011 20:07:17 +0000 (29 00:07 +0400)
treeeac446a7060b04afc2523a6385cdac88e56c47de
parent1f4ccb92826abbdc41da29d4dff3dfedc7191c22
A couple of simplifications to assemble.c

 - GEN_SIB and GEN_MODRM helpers added
 - a number of tabs vs space fixs
 - more use of is_class() helper

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c