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