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
extensions_tutorial [2019/12/12 11:10] – [Adding new commands] neilsextensions_tutorial [2019/12/12 11:10] – [Referencing XC=BASIC symbols in assembly language] neils
Line 47: Line 47:
 Notice that ''bg_color 13'' is equivalent to ''call bg_color(13)''. Notice that ''bg_color 13'' is equivalent to ''call bg_color(13)''.
  
-==== Adding new functions ====+===== Adding new functions =====
  
 Simply use the [[fun|FUN ... ENDFUN]] block to define new functions. Simply use the [[fun|FUN ... ENDFUN]] block to define new functions.
  
-==== Referencing XC=BASIC symbols in assembly language ====+===== Referencing XC=BASIC symbols in assembly language =====
  
 To speed things up, you should write functions in assembly language. To be able to do this, you need to know how to access **XC=BASIC** symbols and features in assembly. The following table serves as a guide: To speed things up, you should write functions in assembly language. To be able to do this, you need to know how to access **XC=BASIC** symbols and features in assembly. The following table serves as a guide: