FASTSYNC
This command will perform a regular SYNC command, and will skip processing a mandatory check for windows messages.
FASTSYNC
FASTSYNC Non Display Update Flag
Non Display Update Flag
Integer
Specify a value of zero to disable, and a value of one to enable.
This command does not return a value.
You can use this command to squeeze a few extra clock cycles out of your main loop and make your applications faster. If you require this command to perform non display updates similar to SYNC command, pass in an optional parameter of one.
SYNC ON
DO
PRINT "hello"
FASTSYNC
LOOP
CORE Commands Menu
Index