File size: 183 Bytes
a2a15a2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
10 REM "DUMP demo program"
20 REM ""
100 PRINT "This is how the BASIC memory and EEPROM looks like"
110 T=HIMEM-SIZE
120 PRINT "The end of the program is at", T
130 DUMP 0, T
140 END