Sorry about the smiley face. I didn't notice it until I read your reply. And your right that I had my < and > backwards. It should have been the other way around.
I found out what it is doing is a greater than and less than comparison. I think it defaults to compairing to zero if another variable ...
Search found 8 matches
- Fri Mar 28, 2003 3:59 pm
- Forum: Programming
- Topic: Need help with TASM Assembler
- Replies: 5
- Views: 5360
- Fri Mar 28, 2003 12:25 pm
- Forum: Programming
- Topic: Need help with TASM Assembler
- Replies: 5
- Views: 5360
- Thu Mar 27, 2003 1:09 pm
- Forum: Programming
- Topic: Need help with TASM Assembler
- Replies: 5
- Views: 5360
Need help with TASM Assembler
Hello,
I am trying to write a program and I'm using the TASM Assember to assemble it. I need to be able to load the high address bit and low address bit into the registars. All the 6502 assembler books I have say I can to it like this:
TEST NOP
LDY #<TEST ;load ADDRH into Y
LDX #>TEST ;load ...
I am trying to write a program and I'm using the TASM Assember to assemble it. I need to be able to load the high address bit and low address bit into the registars. All the 6502 assembler books I have say I can to it like this:
TEST NOP
LDY #<TEST ;load ADDRH into Y
LDX #>TEST ;load ...
- Tue Mar 04, 2003 12:29 am
- Forum: Hardware
- Topic: Single step the 6502
- Replies: 3
- Views: 4488
- Mon Mar 03, 2003 1:20 pm
- Forum: Hardware
- Topic: Single step the 6502
- Replies: 3
- Views: 4488
Single step the 6502
Can someone give me a quick explination on how to single step the 6502 processor? Is it just a matter of hooking up the RDY line to +V and have a switch on that line so it goes high every time I push the switch? Then push the switch every time I want to execute an instruction?
Thank you.
Ken ...
Thank you.
Ken ...
- Wed Feb 19, 2003 1:03 pm
- Forum: Hardware
- Topic: Need help with DIY-6502
- Replies: 6
- Views: 5674
I found my problem. I was looking at everything late last night and relized I had U4 and U5 reversed. Most of the schematics have u4 on the left and u5 on the right. One of the schematics on the web site has it reversed and I hadn't noticed that. So now I have to reverse some of the wires going to ...
- Mon Feb 17, 2003 2:35 pm
- Forum: Hardware
- Topic: Need help with DIY-6502
- Replies: 6
- Views: 5674
- Sun Feb 16, 2003 11:01 pm
- Forum: Hardware
- Topic: Need help with DIY-6502
- Replies: 6
- Views: 5674
Need help with DIY-6502
I am trying to build Douglas Beattie's DIY-6502 computer. I have it assembled and I loaded the BB0010A.AS program on my EEPROM to test it. But I don't get any output to my terminal. It should display "01234567" but I don't get anything. I am a little confused about some of my connections because the ...