feat: добавлены замеры тиков для последней команды

This commit is contained in:
root
2024-10-01 22:20:37 +03:00
parent f2ca981037
commit a309019bdb
2 changed files with 31 additions and 3 deletions

View File

@ -9,3 +9,5 @@ section .data
ind_base: db '`inc byte [rax + rbx]`', 0
ind_base_disp: db '`inc byte [rax + rbx + 122]`', 0
tick_count: db 'Last command also took %lli ticks to complete', 10, 0