|
|
|
|
|
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. |
|