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
16

.x64
.model flat

	.data

	.code

	movbe            ax, word ptr [rdi+0x5]  
	movbe            word ptr [rdi+0x5], ax  
	movbe            eax, dword ptr [rdi+0x5]  
	movbe            dword ptr [rdi+0x5], eax  
	movbe            rax, qword ptr [rdi+0x5]
	movbe			 qword ptr [rdi+0x5], rax
	
end