Hacker News new | ask | show | jobs
by bopbop 2626 days ago
To be fair, the 256 byte stack can essentially be used in assembly as 256 registers, which is also one of the features (along with indirect addressing) that make assembly on it awesome.

My relatively poorly researched impression of it is that it's half-way to portable C, with a proto-stack and pointers, essentially.

1 comments

You're thinking of zero page ($0000-$00ff), not the stack $0100-$01FF).
Yes I am! Thanks!