NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: Attribute table loads too late  
Posted byMemblers
Posted on6/25/04 03:38 AM
From IP68.58.99.218  



Yeah, the attribute address in the Y register will roll over. You'll probably want to do something like INY / BNE, where the BNE branches over an LDY #$C0 instruction.

BTW, you can make that loop a little smaller and faster by changing the LDX #0 to LDX #2, then with a DEX / BNE you won't need the CPX instruction.



-
Entire Thread
Subject  Posted byPosted On
*Attribute table loads too late  pulper6/24/04 4:52 PM
.*Re: Attribute table loads too late  Memblers6/24/04 10:18 PM
..*Re: Attribute table loads too late  pulper6/24/04 11:39 PM
....Re: Attribute table loads too late  Memblers6/25/04 03:38 AM
....*Re: Attribute table loads too late  Memblers6/25/04 03:56 AM
.....*Re: Attribute table loads too late  pulper6/25/04 2:22 PM
......*Re: Attribute table WORKS NOW  pulper6/27/04 5:30 PM
..*Re: Attribute table loads too late  abonetochew6/24/04 10:26 PM
...*Re: Attribute table loads too late  Memblers6/25/04 03:51 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo