Hacker News new | ask | show | jobs
by jhbadger 2076 days ago
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?
1 comments

65816 has a 16-bit stack pointer.
and stack relative addressing mode is added.