Move conditional opcodes close to enum ccode definition
commit83e6924e1a583d432e9a54c68a59779da5d8ce3d
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 3 Mar 2013 10:34:31 +0000 (3 14:34 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 3 Mar 2013 10:34:31 +0000 (3 14:34 +0400)
tree7b9747b563cce77bb2f20b524b529565d39617d6
parentbfb581c8e00f3b159cbb67c2235bce15c5b1713a
Move conditional opcodes close to enum ccode definition

Thus if someone need to rework this code he won't need
to jump between files trying to figure out where enum
and opcodes lay.

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