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
@@ -19,6 +19,7 @@ This is a version of Steve Wozniak's Integer BASIC for the Apple II, with a wrap
19
19
*`BRUN path[,A<address>]"` runs a `BIN` file.
20
20
*`LOCK path` and `UNLOCK path` lock/unlock the specified file.
21
21
*`STORE path` and `RESTORE path` save/load variables to the specified `IVR` file.
22
+
*`-path` runs `INT`, `BIN` or `SYS` files
22
23
*`BYE` exits back to ProDOS.
23
24
24
25
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