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
incbin [2019/05/07 13:57] neilsincbin [2019/08/02 22:11] (current) neils
Line 13: Line 13:
 **Note**: the included file must be a path relative to the folder where the **XC=BASIC** source is. **Note**: the included file must be a path relative to the folder where the **XC=BASIC** source is.
  
-**Important note**: if not using in combination with ''DATA'', you have to be very careful when using ''INCBIN'' as the binary stream will be "injected" into the program right at the point where the compiler encounters the directive. Make sure that the included data is outside the program flow (unless it's meant to be).+**Important note**: if not using in combination with ''DATA'', you have to be very carefulas the binary stream will be "injected" into the program right at the point where the compiler encounters the directive. Make sure that the included data is outside the program flow (unless it's meant to be there).
  
 An example of wrong usage: An example of wrong usage: