nosplit: Limit the effect of NOSPLIT
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 19 Dec 2013 05:28:41 +0000 (21:28 -0800)
committerJin Kyu Song <jin.kyu.song@intel.com>
Thu, 19 Dec 2013 06:37:30 +0000 (22:37 -0800)
commit3d06af2bd998cd06c99b7e63a8166a11f7ac798f
treea311e40f48642d86103d3a1b9628a36bc63238d2
parent97f6faec62979ef5db9c0f4b42e127f4f913115e
nosplit: Limit the effect of NOSPLIT

[nosplit eax+eax] was encoded [eax*2] previously but
this seems against the user's intention.
So in this case, nosplit is ignored now and [eax+eax] will be
generated.
Document is also updated accordingly.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
assemble.c
doc/nasmdoc.src