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
dim [2020/01/25 08:43] neilsdim [2020/01/25 08:58] (current) neils
Line 3: Line 3:
 Syntax: Syntax:
  
-  dim <any variable>[<byte or int x_dim> [, <byte or int y_dim>]] [fast | @<address>]+  dim <any variable>[<const byte or int x_dim> [, <const byte or int y_dim>]] [fast | @<const int address>]
  
 The ''DIM'' directive defines a variable or an array __in compile time__. See the [[arrays|Arrays]] page for more information about arrays. The ''DIM'' directive defines a variable or an array __in compile time__. See the [[arrays|Arrays]] page for more information about arrays.