logoalt Hacker News

Joker_vD10/11/20243 repliesview on HN

Also it has less registers (32 vs. 256 in the zero page) and less addressing modes.


Replies

wk_end10/11/2024

But the 6502's "registers" are much smaller and you can do much less with them. You can't really sensibly compare the two approaches so superficially.

snvzz10/12/2024

Can they really be called registers, when they're bytes in DRAM?

It really is just a convenient short addressing mode.

The 6502 has actual registers, A/X/Y and the specialized S/P/PC.

show 1 reply
crackez10/11/2024

Yet the same number of register bytes (when only counting 6502's zero page)... 32x8 = 256 bytes...

show 1 reply