Search found 11 matches
- Thu Apr 06, 2006 10:01 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Thu Mar 30, 2006 9:57 am
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Tue Mar 28, 2006 3:46 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
Here is proof; (performed on an Atari 2600 Jr. with a Starpath SuperCharger)
I then execute code that displays the accumulator as 1's and 0's on the screen. The result is $66 (01100110).
Code: Select all
SED
CLC
LDA #$FF
ADC #$01
or
F8 18 A9 FF 69 01
- Mon Mar 27, 2006 7:54 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Fri Mar 17, 2006 12:39 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
I have recently purchased an Atari 2600 and a Supercharger and have been testing the 6507 inside for my 6502 emulator. I have answered all of my own questions but have raised one. In decimal mode if the Accumulator or Operand is not a BCD number then this has a big affect on ADC/SBC. Does anybody ...
- Mon Feb 27, 2006 9:45 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Thu Feb 23, 2006 4:53 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Wed Feb 15, 2006 9:33 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Wed Feb 15, 2006 11:37 am
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Tue Feb 14, 2006 9:30 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
- Tue Feb 14, 2006 2:46 pm
- Forum: General Discussions
- Topic: Questions
- Replies: 31
- Views: 14691
Questions
Hello Everyone. Some of you may already know me as WedNESday from the nesdev forums. I have some 6502 questions that are better asked here than there. This is for my 6502 emulator;
1. What are the Power Up values of the registers/memory?
2. Is the Interrupt Disable flag set on a RESET/NMI?
3. In ...
1. What are the Power Up values of the registers/memory?
2. Is the Interrupt Disable flag set on a RESET/NMI?
3. In ...