$NORAMCLEAR

Top  Previous  Next

Action

Instruct the compiler that the internal RAM should not be cleared at start up.

 

 

Syntax

$NORAMCLEAR

 

 

Remarks

BASCOM clears the internal memory after a reset. When you dont want this behavior you can use the $NORAMCLEAR compiler directive.

 

 

See also

NONE

 

 

Example

$NORAMCLEAR

your code goes here

End