uasm 1.0.9+2.57

A library to build the UASM compiler, for usage in build scripts.
Documentation
;
; CRC32
;
    .x64
    .model flat
    .code

	a equ -5 ;try this 
	
.for (rax = -5::)
.endfor

.for (rax = 5::)
.endfor

.for (rax += -5::)
.endfor

    end