tinybasic / data /examples /99tests /25malloc.bas.res
introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
379 Bytes
Allocate 16 bytes of memory with identifier 1
Address of memory segment 65514
Storing data
Retrieving data
0 0
1 2
2 4
3 6
4 8
5 10
6 12
7 14
8 16
9 18
10 20
11 22
12 24
13 26
14 28
15 30
Memory address of buffer 1 is 65514
Memory address of variable A0 is 65507
Memory address of array A() is 65468
Memory address of string A$ is 65427
HIMEM is now 65426
HIMEM after CLR 65534