feat: первый прототип для 2 пунтка написан
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user