Compare commits

...

2 commits

Author SHA1 Message Date
c018076887 Bugfix in rpn_lib.asm 2020-03-29 10:47:21 +02:00
59615df33e Modified benchmark script 2020-03-29 10:47:08 +02:00
2 changed files with 1 additions and 1 deletions

View file

@ -162,7 +162,7 @@ rpn_mod:
div rbx
jmp .end
.zerodiv: xor rax, rax
.end
.end:
rpn_push rdx
part_sz rpn_mod

0
tests/benchmark.py Normal file → Executable file
View file