Skip to content

Tags: mrfearless/UASM64-Library

Tags

1.0.0.2

Toggle 1.0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
Update Argument Parsing Functions

Add Ansi and Wide/Unicode versions of the argument parsing functions: Arg_GetCommandLineExW, Arg_GetCommandLineExA, Arg_GetCommandLineW, Arg_GetCommandLineA, Arg_GetArgumentW, Arg_GetArgumentA

1.0.0.1

Toggle 1.0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.1 update

- removed reliance on include files
- removed unused equates
- added support for assembling UASM64 for Linux x64 (experimental)
- added Array functions (untested)
- added more CPU functions
- added String functions (Ansi and Unicode)
- added Text functions (Ansi and Unicode)
- added File functions (Ansi and Unicode)
- added Memory functions
- updated mapping of older MASM32 library function names to UASM64 function names
- added CPU constants for CPU_Features and other functions
- updated api text files for RadASM and WinASM IDEs
- updated source code documentation to allow for auto-gen of sphinx .rst files for readthedocs.
- updated rst index files to include a table of functions for each category
- added BuildForWindows.bat and BuildForLinux.bat

1.0.0.0

Toggle 1.0.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
First upload of UASM64 Library

First upload of UASM64 Library