About 50 results
Open links in new tab
  1. Why did so many early microcomputers use the MOS 6502 and variants?

    May 14, 2017 · Quite a few successful early microcomputers used the MOS 6502 CPU. This included, but was not limited to, systems like the Apple I, Apple II, Commodore PET, and Ataris. A followup …

  2. Where to buy a 6502 chip - Retrocomputing Stack Exchange

    Jun 6, 2020 · I want to purchase a 6502 40 pin CPU in order to verify if my 6502 is faulty, I've seen I can buy from Hong Kong but would prefer closer (to the UK), RS and CPC don’t seen to have any. Most …

  3. Comparing raw performance of the Z80 and the 6502

    May 21, 2022 · A lot has been said on the internet about the 6502, at 1MHz, being roughly equivalent in performance to the Z80, at 4 MHz. It is said the Z80 has a typical 4 clock ticks per instruction, while …

  4. How similar were the MC6800 and MOS 6502?

    Sep 25, 2024 · 5 While the 6800 and the 6502 are quite similar at a basic technology level, their different levels of commercial success suggest that the better-optimised ISA of the 6502 was an advantage. …

  5. Were there 6502 revisions B and C, and what were they like?

    Aug 13, 2023 · So this naming implies there ought to exist revisions B and C, which presumably were done to fix other problems, or add other features, but I can't seem to find much information about …

  6. Why didn't the 6502 have increment/decrement opcodes for A?

    Dec 11, 2019 · In 6502 Assembly, we can use INX and INY to increase the value stored in X and Y. They can be decreased with DEX and DEY. However, it seems that there are no such instructions for …

  7. Is there a standardised 6502 assembly syntax?

    Mar 9, 2024 · 10 Is there an standardised 6502 assembly syntax? Not really. While MOS' own Cross-Assembler might have been a base, it was way too primitive to be be considered. Still, there is a line …

  8. Why does the 6502 have the BIT instruction?

    May 25, 2019 · The 6502 has a bit instruction which copies two of the bits into the N and V flags, pretends to and the byte with the accumulator, but discards the result and only affects Z. I'm having a …

  9. 6502 - Why does the BRK instruction set the B flag? - Retrocomputing ...

    Apr 24, 2024 · On the 6502, the brk instruction is a software interrupt. Like any other interrupt, it pushes the status word to the stack and then the program counter, before transferring control to an interrupt

  10. Why didn't Commodore run the 6502 at 2 MHz? [closed]

    Jun 19, 2024 · The Atari 800, in 1979, ran the 6502 at 1.79 MHz. That rounds to 2, and was presumably a 6502A rated for 2 MHz, underclocked. Why did Commodore keep running their 6502 computers at …