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

;--- JWasm prior to v2.06 rejects

_DATA segment
dot_position equ @InStr(2, <0.0049999998882413>, <.>)
local_double textequ @CatStr(<_DBL_>, @SubStr(<0.0049999998882413>, 1, dot_position - 1), <_>, @SubStr(<0.0049999998882413>, dot_position + 1))
%	db "&local_double"
_DATA ends

end