User Tools

Site Tools


vbasic_tutorial

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
vbasic_tutorial [2021/01/25 13:14] – [Initialisation] silverdrvbasic_tutorial [2021/06/05 11:09] – [Transferring VASYL data] silverdr
Line 236: Line 236:
  
   - adapt the way you handle data transfer to VASYL memory to the amount of data you need to move there   - adapt the way you handle data transfer to VASYL memory to the amount of data you need to move there
-  - it does not pay to ''LOAD'' a few bytes. Using DATA or ''VDATA'' will be more efficient and less error-prone+  - it does not pay to ''LOAD'' a few bytes. Using ''DATA'' or ''VDATA'' will be more efficient and less error-prone
   - when dealing with large amounts of data, the most efficient way is to ''LOAD'' it in chunks not larger than the available buffer size. Up to 4KiB in practice   - when dealing with large amounts of data, the most efficient way is to ''LOAD'' it in chunks not larger than the available buffer size. Up to 4KiB in practice
   - steer clear of using memory areas other than the 4KiB of free RAM available at $c000. You'll thank me once we meet :-)   - steer clear of using memory areas other than the 4KiB of free RAM available at $c000. You'll thank me once we meet :-)
vbasic_tutorial.txt · Last modified: 2022/12/04 12:01 by silverdr