-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you compile forth programs to run without the forth environment? #571
Comments
If you mean to never return to the interpreter and to shed the dictionary required for interactive use, yes! Check the manual, section 2.7.3, Turn-key Operation |
It's a great manual. |
Sorry, I missed the original response. @burnsauce @Whammo What I mean is can you save to PRG, reset the machine to normal BASIC and run |
Yes, you should be able to do that following those instructions in the
manual.
ons 31 juli 2024 kl. 20:56 skrev Andy De George ***@***.***>:
… Sorry, I missed the original response. @burnsauce
<https://github.com/burnsauce> @Whammo <https://github.com/Whammo> What I
mean is can you save to PRG, reset the machine to normal BASIC and run
LOAD"PROGRAM.PRG",8 and it runs?
—
Reply to this email directly, view it on GitHub
<#571 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY34O4QOT3OJBWGA6JTDDLZPEXM3AVCNFSM6AAAAABBNWIWWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRRGE4TOOJUHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: