07-16-2015, 05:16 PM
Thanks actually helps a lot, but I guess I'm still a bit confused on what I'm testing with a conditional.
So if I had something like "CO XX XX YY YY YY" I'd be grabbing the byte (I'm guessing from the RAM or SRAM) at location XX XX (is that added to 1E80?) and just checking if 0x8000 is set? That seems like a waste of bits, so I'm guessing there's more to it? Is the location broken up into xxxyyyyy yyyyyyyy or something in order to specify which bit you're checking?
So if I had something like "CO XX XX YY YY YY" I'd be grabbing the byte (I'm guessing from the RAM or SRAM) at location XX XX (is that added to 1E80?) and just checking if 0x8000 is set? That seems like a waste of bits, so I'm guessing there's more to it? Is the location broken up into xxxyyyyy yyyyyyyy or something in order to specify which bit you're checking?