Jump to content

minerscale

New Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by minerscale


  1. Hi guys, I'm just starting 2600 after making a game for the genesis in C. I'm quite enjoying the ridiculous challenge of doing it and i'm interested in the properties of adc and the carry flag.

     

    Why does adc add one more to the accumulator when the carry flag is set? It seems quite random that it would be doing that. It's sort of useful but a pain in the ass at the same time. I end up having to call clc wasting 2 cycles in the process.

     

    I'm very confused as to why. So any insight into that would be great. :???:


  2. Hi guys, I'm just starting 2600 after making a game for the genesis in C. I'm quite enjoying the ridiculous challenge of doing it and i'm interested in the properties of adc and the carry flag.

     

    Why does adc add one more to the accumulator when the carry flag is set? It seems quite random that it would be doing that. It's sort of useful but a pain in the ass at the same time. I end up having to call clc wasting 2 cycles in the process.

     

    I'm very confused as to why. So any insight into that would be great. :???:

×
×
  • Create New...