Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 3.38 KB

README.md

File metadata and controls

39 lines (24 loc) · 3.38 KB

DateTime Library

DateTime Library - a library written in assembler (for x86 and x64) which provides simple date and time conversion, manipulation and comparison functions for use in any of your assembler projects.

readthedocs

Download

  • Download the latest release for whichever assembler and architecture you require:

  • Copy DateTime.inc to your masm32\include folder for DateTime Library x86, or uasm\include for DateTime Library x64 (or wherever your include files are located)

  • Copy DateTime.lib to your masm32\lib folder for DateTime Library x86, or uasm\lib\x64 for DateTime Library x64 (or wherever your libraries are located)

  • Add the following to your project:

    include DateTime.inc
    includelib DateTime.lib

Functions

Documentation on the functions in the DateTime libraries are located on readthedocs here

Resources

Included with the releases are additional RadASM autocomplete / intellisense type files. Each *.api.txt file contains instructions as to where to paste their contents.

Other resources may be required to build the libraries: