Hacker News new | ask | show | jobs
Fenestra6502 (github.com)
14 points by hatsugai 2077 days ago
1 comments

How did the successor to the 6502, the 65816 handle this? At least in the Apple IIgs, high level languages like C and Pascal were very common. Did it just take the performance penalty of function calls like the 6502 did, or did it have better methods?
65816 has a 16-bit stack pointer.
and stack relative addressing mode is added.