[feat] print julian, create util.s
commit9ddea720055aba55b30a661e99fd344fbfcaa387
authorafify <hassan@afify.dev>
Fri, 6 Nov 2020 11:03:54 +0000 (6 14:03 +0300)
committerafify <hassan@afify.dev>
Fri, 6 Nov 2020 11:03:54 +0000 (6 14:03 +0300)
tree64aac2d421fe28db1860ade74aaf4b888dd1c46d
parent333f337f86be12ea2b88becf6cc0c09185b59591
[feat] print julian, create util.s

- use timestamp to julian:
return ( unixsecs / 86400.0 ) + 2440587.5;
- move _printRAX to util.s
Makefile
azan-nasm.s
config.mk
util.s [copied from azan-nasm.s with 61% similarity]