summaryrefslogtreecommitdiff
path: root/test/times.asm
blob: b8f7ed08781664ae0351a930281b2fb3ed8281d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	bits 64

; Broken per BR 3392278
	times 4 paddd xmm8, xmm11

; Broken per BR 3392279
	bswap r12d
	times 4 bswap r12d

; Forward jump
	times 128 jmp there

there:
	nop

; Backwards jump
	times 128 jmp there

	section .bss
	times 0x10 resb 0x20
	resb 1