You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This is a version of Steve Wozniak's Integer BASIC for the Apple II, with a wrap
16
16
*`BSAVE path,A<address>,L<length>"` saves a `BIN` file.
17
17
*`BLOAD path[,A<address>]"` loads a `BIN` file.
18
18
*`BRUN path[,A<address>]"` runs a `BIN` file.
19
+
*`LOCK path` and `UNLOCK path` lock/unlock the specified file.
19
20
*`BYE` exits back to ProDOS.
20
21
21
22
2. When invoked as an "interpreter" for an `INT` file from a program selector (such as [Bitsy Bye](https://prodos8.com/bitsy-bye/) or [Apple II DeskTop](https://a2desktop.com)), the file is loaded and executed.
0 commit comments