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
BR 774131: date and time macros
[nasm.git]
/
test
/
time.asm
blob
fa1dd296fc1ae47c721c2243ad4caa599ee1b560
1
db
__DATE__
,
13
,
10
2
db
__TIME__
,
13
,
10
3
db
__UTC_DATE__
,
13
,
10
4
db
__UTC_TIME__
,
13
,
10
5
align
4
6
dd
__DATE_NUM__
7
dd
__TIME_NUM__
8
dd
__UTC_DATE_NUM__
9
dd
__UTC_TIME_NUM__
10
dd
__POSIX_TIME__