Skip to main content

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*

8
  • 7
    This... 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. Commented Jan 3, 2023 at 9:13
  • 1
    Is there any indication that Applesoft BASIC actually used the hardware stack rather than some other software stack? Commented Jan 3, 2023 at 11:57
  • 1
    @jcaron What more indication' would you need beside the shown original manual? Commented Jan 3, 2023 at 16:14
  • 2
    A 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/… Commented 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) Commented Jan 3, 2023 at 16:57