<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div>I don’t know, this maybe an issue with the way we have defined “us”.</div><div><br class=""></div><div>Looking through the SLOF code it seems they call it like this in the timebase.fs:</div><div><br class=""></div><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: tb@  ( -- tb )</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">   BEGIN tbu@ tbl@ tbu@ rot over <> WHILE <span style="color: #272ad8" class="">2</span>drop REPEAT</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">   <span style="color: #272ad8" class="">20</span> lshift swap ffffffff and or</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; background-color: rgb(255, 255, 255); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: milliseconds ( -- ms ) tb@ d# <span style="color: #272ad8" class="">1000</span> * tb-frequency / ;</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: microseconds ( -- us ) tb@ d# <span style="color: #272ad8" class="">1000000</span> * tb-frequency / ;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; background-color: rgb(255, 255, 255); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: ms ( ms-to-wait -- ) milliseconds + BEGIN milliseconds over >= UNTIL drop ;</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: get-msecs ( -- n ) milliseconds ;</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">: us  ( us-to-wait -- )  microseconds +  BEGIN microseconds over >= UNTIL  drop ;</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">Not sure if I can port/hack this code over, the copier seems to have trouble with tbu@ tbl@?</div></div><div><br class=""></div><div><br class=""></div><br class=""></body></html>