PICAXE Compilers
- Windows Compatible
- Mac Compatible
- Linux Compatible
Compilers
FREE
Download
Product Details
The PICAXE command line compilers/downloaders are available for integration into your own software application.
The compilers, which are available for Windows, Mac and Linux, are console applications that both compile and download your BASIC text file.
Full integration instructions are available in the PDF instructions on the Downloads tab.
Revision History
v2.4
- M2 X2 Added 'ultra' command for ease of use of SRF005 ultrasonic sensor
- M2 Added missing NAND and NOR operators
- M2 Added missing outpinB.PIN, outpinC.PIN definitions
- All Added write/read/peek/poke support for WORD option with the s_W? variables
- All Removed the limit of 100 Cases within a single Select..EndSelect
v2.3
- All Minor version numbering updates
v2.2
- 18M2 Added 18M2+ support
- All Added _\n (whitespace-underscore-newline) as line continuation for splitting long lines
- 18M2 Amended 'servopos pin, off' command for 18M2 to support older 18M2 firmware versions
- M2 Corrected issue with calibfreq command on negative values for M2 parts
- All Fixed simulation issue parsing some characters such as "¯" within a string
v2.1
- All Added/updated 'servo pin, off' command
- 18M2 Corrected issue with do...loop in high memory position
- 18M2 Corrected issue with pullup x,B command
- 18M2 Updated 18M2 compiler memory allocation
- All Aligned Programming Editor and AXEpad #ifdef behaviour
- M2 X2 'bcdtoascii/bintoascii' now support special word variables such as time
- M2 X2 'select case' was not rejecting @ptrinc/dec @bptrinc/dec when they were used as the variable
v2.0
- All parts Improved new program download reliability for Mac computers
- All parts Added/updated 'servo pin, off' command
- All parts Added/updated 'servopos pin, off' command
- M2 parts Added 'pause_int' command for M2 part fix of 'pause within interrupt within multi-task' not working
v1.x (archived)