preproc: Fix the token in expanding the %+/%- macro-parameters
[nasm.git] / test / obsolete.asm
blob6174fc4c08080e02d42b13c49f7f04df67c37283
1 bits 16
3 cpu 8086
4 pop cs
5 mov cs,ax
7 cpu 386
8 pop cs
9 mov cs,ax
11 cpu any
12 pcommit