You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 7This... this here is a fantastic answer. I used virtually every tool and technique you list here back in the day, and I didn't know half of this. Marvelously-well-researched, impeccably-cited, and clearly written. I honestly didn't know the answer to OP's question, but having read this, I could now effectively CRAFT an example to illustrate an answer to it, in code. Hats off to you, @Raffzahn.NerdyDeeds– NerdyDeeds2023-01-03 09:13:38 +00:00Commented Jan 3, 2023 at 9:13
- 1Is there any indication that Applesoft BASIC actually used the hardware stack rather than some other software stack?jcaron– jcaron2023-01-03 11:57:03 +00:00Commented Jan 3, 2023 at 11:57
- 1@jcaron What more indication' would you need beside the shown original manual?Raffzahn– Raffzahn2023-01-03 16:14:07 +00:00Commented Jan 3, 2023 at 16:14
- 2A quick look through the source code seems to indicate it does indeed use the system stack github.com/cmosher01/Apple-II-Source/blob/master/src/system/…jcaron– jcaron2023-01-03 16:39:05 +00:00Commented Jan 3, 2023 at 16:39
- 1@jcaron Yes, it is as what we take fro granted today, can rarely be projected back. That's true for technology the same way as for any other part of life. With you citation you may want to notice the "most of those" right before, which refers to the ALGOL type languages which use a stack for data structures by default. Pascal is an ALGOL language, BASIC not (At least as far as original BASIC and most early BASICs go Some later did add the notion of procedures and local variables which do need a stack for data)Raffzahn– Raffzahn2023-01-03 16:57:37 +00:00Commented Jan 3, 2023 at 16:57
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you