ok we have basic decimal math 👍
This commit is contained in:
2
main.py
2
main.py
@@ -28,7 +28,7 @@ def main():
|
||||
|
||||
generator.init()
|
||||
compile_time = time()-start
|
||||
print(f"Compiled in {round(compile_time, 1)} seconds.")
|
||||
print(f"Compiled in {round(compile_time, 3)} seconds.")
|
||||
|
||||
system(f"nasm -felf64 {out_path}.asm")
|
||||
system(f"ld -m elf_{arch} -o {out_path} {out_path}.o")
|
||||
|
Reference in New Issue
Block a user