Strange Timing Bug

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Strange Timing Bug

Post by tokumaru »

How does that help differentiate anything when constants are used like lda TRUE and variables like lda Variable? Being all uppercase should be enough to convey that those are constants IMO. Not using # when working with immediate values is highly misleading in 6502 code, but this is your code, so it's your call.
unregistered
Posts: 1318
Joined: Thu Apr 23, 2009 11:21 pm
Location: cypress, texas

Re: Strange Timing Bug

Post by unregistered »

And, for me, adding the # infront of immediate values, like your TRUE, really helped problems go away. See here; hope my mention of God at the top doesn't halt your exploration.
Post Reply