Skip to content

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.

mrfearless/DateTime-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published