BR 774131: date and time macros
commit6b18bcce46629fb03c4d14b7f83e158815ae29d7
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 22:54:10 +0000 (16 14:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 22:54:10 +0000 (16 14:54 -0800)
treee8b24b652e5f277f0062f4dc92d914e8ba71e028
parent188ce76c46073c6986ab2c17fc2aacf893a1bab0
BR 774131: date and time macros

This checkin creates the following date and time macros:

__DATE__, __TIME__, __UTC_DATE__, __UTC_TIME__: strings

__DATE_NUM__, __TIME_NUM__, __UTC_DATE_NUM__, __UTC_TIME_NUM__:
civil dates in digit-string formats

__POSIX_TIME__: time in POSIX time_t format
doc/nasmdoc.src
nasm.c
test/time.asm [new file with mode: 0644]