summaryrefslogtreecommitdiff
path: root/test/time.asm
blob: fa1dd296fc1ae47c721c2243ad4caa599ee1b560 (plain)
1
2
3
4
5
6
7
8
9
10
	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__