Viewing profile — dwgumby
dwgumby
HN member- Joined
- Fri, Mar 28, 2025, 6:37 PM UTC
- HN karma
- 32
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dwgumby
No profile information was provided.
Recent public activity
-
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 …
-
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?…
-
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…
-
comment
Comment #43539635
You're right, I forgot the indirection. Inner Interpreter instruction is actually: JMP [,y++]
-
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…