Administrator
|
There is no way to do accurate timing in Hack. You can use software delay loops to slow your program down and you can use the Sys.wait() function, but neither of these will be consistent from one computer to another.
How much the timer display will affect speed will depend on whether you are emulating the OS .vm files or using the built in OS functions.
--Mark
|