mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
recursively in yasm_expr__bc_dist_subst(); before this we would only do one level, which fails on simple structures like the old NASM align approach of "($$-$) & value" (as the $$-$ is one level down in the expression). svn path=/trunk/yasm/; revision=1635
3 lines
65 B
NASM
3 lines
65 B
NASM
mov ax, 5
|
|
times ($$-$) & 1Fh nop ; Long word alignment
|
|
mov bx, 5
|