Memory and Display File

Memory
10 PRINT PEEK 16388 + 256 * PEEK 16389
Display File
10 PRINT PEEK 16396 + 256 * PEEK 16397
The display file on 16K Zeddies over 4K consists of 22 lines of 33 characters . The start of each line is character 118 (Newline).
10 PRINT PEEK 16388 + 256 * PEEK 16389
Display File
10 PRINT PEEK 16396 + 256 * PEEK 16397
The display file on 16K Zeddies over 4K consists of 22 lines of 33 characters . The start of each line is character 118 (Newline).