Post Reply 
71B MultiMod: MEMORY LOST when changing batteries?
04-21-2021, 05:47 PM
Post: #15
RE: 71B MultiMod: MEMORY LOST when changing batteries?
(04-21-2021 05:33 PM)Dave Britten Wrote:  
(04-21-2021 04:59 PM)Sylvain Cote Wrote:  Wrong, you can create/modify/delete a file in RAM or in IRAM.
Oh nice, sounds like I assumed wrong. So you can just EDIT MYPROG:PORT(1) and you're off to the races?
yep!

Easy to test, free up one internal 4K RAM module and try it.
Code:
FREE :PORT(0)    [ENDLINE]  // free up the first internal RAM module
EDIT ABC:PORT(0) [ENDLINE]  // create the BASIC program ABC in port 0.00 and make it the active file
10 REM TESTING   [ENDLINE]  // edit the basic program
CAT :PORT(0)     [ENDLINE]  // show port 0.00 content
CLAIM :PORT(0)   [ENDLINE]  // reclaim the port
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 71B MultiMod: MEMORY LOST when changing batteries? - Sylvain Cote - 04-21-2021 05:47 PM



User(s) browsing this thread: 1 Guest(s)