test: nasm-t -- Add br3392252
[nasm.git] / test / times.asm
blobb8f7ed08781664ae0351a930281b2fb3ed8281d3
1 bits 64
3 ; Broken per BR 3392278
4 times 4 paddd xmm8, xmm11
6 ; Broken per BR 3392279
7 bswap r12d
8 times 4 bswap r12d
10 ; Forward jump
11 times 128 jmp there
13 there:
14 nop
16 ; Backwards jump
17 times 128 jmp there
19 section .bss
20 times 0x10 resb 0x20
21 resb 1