0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00
nasm/travis/test/time.asm
Cyrill Gorcunov 31ad91346b travis: add time
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-11 12:57:08 +03:00

17 lines
340 B
NASM

; Not automatically testable because it is not constant
;
; FIXME: Need to adjust code and all this macros for
; --reproducible NASM option.
;
db __DATE__, 13, 10
db __TIME__, 13, 10
db __UTC_DATE__, 13, 10
db __UTC_TIME__, 13, 10
align 4
dd __DATE_NUM__
dd __TIME_NUM__
dd __UTC_DATE_NUM__
dd __UTC_TIME_NUM__
dd __POSIX_TIME__