10 PRINT "Loading..."
11 a=RESPR(64634)
12 LBYTES "mdv1_demo.bin",a
13 CALL a
100 a=RESPR(64634)
101 PRINT "Loading from serial"
102 LBYTES ser2,a
103 PRINT "Saving demo.bin"
104 SBYTES "mdv1_demo.bin",a,64634
105 PRINT "Saving boot"
106 SAVE mdv1_boot
107 STOP
200 DELETE "mdv1_demo.bin"
201 DELETE "mdv1_boot"
