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 revision
Previous revision
Next revisionBoth sides next revision
start [2019/12/12 20:59] neilsstart [2020/02/20 07:59] – [Welcome to the XC=BASIC Wiki] neils
Line 10: Line 10:
 </div> </div>
 </html> </html>
 +----
 Some of the advantages of programming in **XC=BASIC** are: Some of the advantages of programming in **XC=BASIC** are:
  
Line 16: Line 16:
   * Higher execution speed - no interpreter, the source is 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!
- 
-{{ :syntaxhighlighting.png?direct&600 |}} 
  
 ===== Advanced features ===== ===== Advanced features =====