repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
insns.dat: AVX -- no need for IF_ARx in template
[nasm.git]
/
test
/
time.asm
blob
ee4b9b7628829d815aebfdb36102430784c716c3
1
;Not automatically testable because it is not constant
2
db
__DATE__
,
13
,
10
3
db
__TIME__
,
13
,
10
4
db
__UTC_DATE__
,
13
,
10
5
db
__UTC_TIME__
,
13
,
10
6
align
4
7
dd
__DATE_NUM__
8
dd
__TIME_NUM__
9
dd
__UTC_DATE_NUM__
10
dd
__UTC_TIME_NUM__
11
dd
__POSIX_TIME__