Commodore 2001-8 User Manual page 58

Table of Contents

Advertisement

If large arrays are defined and initialized first before simple variables are
assigned. much execution time can be lost moving the arrays each time a
simple variable Is defined. The best strategy to follow in this case is to
assign a value to all known simple variables brfore assigning arrays. This
will optimize execution speed.
Functions of new and CLR on data pointer:
CLR
String pointer equated to top of memory
Data pointer to start of text ·1
End of array table to start of variables
End of simple variables to start of variables
NEW
String pointer equated to top of memory
Data pointer to start of text ·1
End of array table to start of text
+
3
End of simple variables to start of text
+
3
Start of variables to start of text
+
3
54

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pet 2001-8

Table of Contents