$SIM |
Action
Generates code without waiting loops for the simulator. Syntax $SIM Remarks When simulating the WAIT statement, you will experience that it takes a long time to execute. You can also switch off the updating of variables/source which costs time, but an alternative is the $SIM directive. You must remove the $SIM statement when you want to place your program into a chip/EPROM. See also - Example |