-
Notifications
You must be signed in to change notification settings - Fork 0
4 Using BBC Micro Save N Load
d1ddle edited this page Jun 13, 2021
·
2 revisions
You've basically already done this part (Loading & Saving a program), but I'll breifly go over it again.
Load the disk into BeebEm
Load the Write (LOAD "WRITET2"
) program (*CAT
is always useful)
Edit the Write (WRITET2) program with your own DATA and filename (LIST
is useful)
Run it and make sure you see FILE WRITING COMPLETE
Save your program if you've edited it (SAVE "WRITET2"
)
Load the Write (LOAD "READT1"
) program (*CAT
is always useful)
Edit the Write (READT1) program with your own filename (LIST
is useful)
Run it and make sure you see your DATA printed
Save the program if you edited the filename (SAVE "READT1"
)
Save File Config
- File specifically for editing the read/write program DATA and filename
Print Filename
- Print filename written/read to/from (Fixed 1.1.0)