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
14
15

option flat:1
option evex:1

.code

	use64

	vbroadcastsd zmm23, [r11+8]{1to8} ; unsupported broadcast options
	vblendmpd zmm16{k6}, zmm1, [rdi]{1to16} ; unsupported broadcast options
	vblendmpd ymm6{k6}, ymm1, [rdi+32]{1to8} ; unsupported broadcast options
	vblendmpd xmm2{k6}{z}, xmm1, [rdx-64]{1to4}	; unsupported broadcast options
	
.data