Export to GitHub

pforth - issue #16

add MS and fix MSEC


Posted on Apr 29, 2012 by Swift Panda

MS is not defined. It can call MSEC.

MSEC just spins and wastes CPU time. Also it does not call the system sleep() function so it is not accurate. It should be defined by host code for Windows, Linux, Mac and just left to spin for portable code.

Status: Accepted

Labels:
Type-Defect Priority-Medium