uasm 1.0.9+2.57

A library to build the UASM compiler, for usage in build scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

    .x64
    .model flat
    option evex:1
    .code

	VPGATHERDD zmm1{k1}, [rdx+zmm0]
	vmovdqu32 ZMMWORD PTR [rdi+rax], zmm1
	vgatherpf0dpd ZMMWORD PTR [r14+ymm31*8+0x7b]{k1}
	
	;reported by AW 01-11-2018

    end