Live data from Hacker News

Viewing profile — dwgumby

dwgumby

HN member
Joined
Fri, Mar 28, 2025, 6:37 PM UTC
HN karma
32
Public activity
5 items

About dwgumby

No profile information was provided.

Recent public activity

  1. comment
    Comment #47769349

    When it started it was a scrappy startup, a handful of people. I went there because my old boss, Dave McWherter, essentially was the engineering department. Grew slowly to maybe a …

  2. comment
    Comment #47764384

    > Reviewers were even able to pull cards out of an Apple ][ motherboard, plug them into an ACE machine, and they’d work without any other modifications Which was kind of the point?…

  3. comment
    Comment #47764341

    I worked at Franklin and was one an early hire. Using the Apple ROM code was an explicit choice. There was no real defined API so a lot of apps called random routines in ROM or ref…

  4. comment
    Comment #43539635

    You're right, I forgot the indirection. Inner Interpreter instruction is actually: JMP [,y++]

  5. comment
    Comment #43508680

    Was playing with a 6809 system not long ago and, yeah, FORTH maps really nicely to it. S reg = parameter stack, U reg = return stack, Y reg = interpreter pointer. Inner interpreter…