|
#com
|
Set the serial/USB COM port for downloading.
|
|
#define
|
Define a name to control conditional compilation
|
|
#else
|
Alternative program code include for #ifdef and #ifndef directives
|
|
#endif
|
Terminate #ifdef and #ifndef commands
|
|
#rem
|
Treat subsequent program lines as comments
|
|
#endrem
|
Terminate a previous #rem directive
|
|
#error
|
Force a compilation error to be produced
|
|
#freq
|
Specify the current operating speed of the PICAXE being downloaded into
|
|
#gosubs
|
Specify the number of GOSUBs allowed
|
|
#ifdef
|
Only include program code if a #define name is defined
|
|
#ifndef
|
Only include program code if a #define name is not defined
|
|
#no_data
|
Do not download data EEPROM values
|
|
#no_end
|
Do not include a terminating 'end' command
|
|
#no_table
|
Do not download data table values
|
|
#picaxe
|
Specify the PICAXE the program code is for
|
|
#revision
|
Specify the revision number in a program slot
|
|
#sim
|
Specify simulation model to use
|
|
#simspeed
|
Set speed of simulation
|
|
#simtask
|
Specify program task to simulate
|
|
#slot
|
Specify the program slot the program code will be downloaded into
|
|
#terminal
|
Set Terminal display baud rate
|
|
#undefine
|
Remove a name previously created with #define
|
|
#include
|
Include program code from another source file
|