Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
start [2019/08/05 11:51] – [Advanced features] neilsstart [2019/08/05 11:53] – [Welcome to the XC=BASIC Wiki] neils
Line 10: Line 10:
  
   * Cross development - use your favourite OS/editor/etc.   * Cross development - use your favourite OS/editor/etc.
-  * Higher execution speed - no interpreter, the source can be compiled to pure machine code.+  * Higher execution speed - no interpreter, the source is compiled to pure machine code.
   * More available RAM - the program does not require the BASIC ROM to be present, which means the program code may span from $0801 to $CFFF - a total of 50K!   * More available RAM - the program does not require the BASIC ROM to be present, which means the program code may span from $0801 to $CFFF - a total of 50K!