feat: первый прототип для 2 пунтка написан

This commit is contained in:
root
2024-10-01 15:58:31 +03:00
parent df80a7190e
commit 541524bd6f
2 changed files with 74 additions and 11 deletions

View File

@ -1,6 +1,6 @@
section .data
str_template: db "Command %s took %l seconds and %l milliseconds to execute 10000 times", 10, 0
str_template: db "Command %s took %lld seconds and %lld nanoseconds to execute 1 000 000 000 times", 10, 0
template_len equ $-str_template
nop_command: db '`empty loop`', 0