Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Incrementing i

Name: Anonymous 2009-03-16 8:40

i++; versus i+=1; versus i=i+1;

Discuss.

Name: Anonymous 2009-03-17 12:37

>>40
Are you a robot or some kind of android?

If not, no deal.

Name: Anonymous 2009-03-17 17:37

>>41
My phone runs Android, does that count?

Name: Anonymous 2009-03-17 20:06

  INC                    INC Increment memory by one                    INC
                                                        N Z C I D V
  Operation:  M + 1 -> M                                / / _ _ _ _
                                 (Ref: 10.6)
  +----------------+-----------------------+---------+---------+----------+
  | Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
  +----------------+-----------------------+---------+---------+----------+
  |  Zero Page     |   INC Oper            |    E6   |    2    |    5     |
  |  Zero Page,X   |   INC Oper,X          |    F6   |    2    |    6     |
  |  Absolute      |   INC Oper            |    EE   |    3    |    6     |
  |  Absolute,X    |   INC Oper,X          |    FE   |    3    |    7     |
  +----------------+-----------------------+---------+---------+----------+

  INX                    INX Increment Index X by one                   INX
                                                        N Z C I D V
  Operation:  X + 1 -> X                                / / _ _ _ _
                                 (Ref: 7.4)
  +----------------+-----------------------+---------+---------+----------+
  | Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
  +----------------+-----------------------+---------+---------+----------+
  |  Implied       |   INX                 |    E8   |    1    |    2     |
  +----------------+-----------------------+---------+---------+----------+


                                            BASIC TO MACHINE LANGUAGE   243
~


  INY                    INY Increment Index Y by one                   INY

  Operation:  X + 1 -> X                                N Z C I D V
                                                        / / _ _ _ _
                                 (Ref: 7.5)
  +----------------+-----------------------+---------+---------+----------+
  | Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
  +----------------+-----------------------+---------+---------+----------+
  |  Implied       |   INY                 |    C8   |    1    |    2     |
  +----------------+-----------------------+---------+---------+----------+

Name: Anonymous 2009-03-17 21:44

>>43
INC - increment.  Add one to the operand and replace it.  May
      refer to the accumulator.  (N,Z).  Does not change the
      carry bit

INX - increment X.  Add one to the contents of the X register
      and place the sum back in X.  (N,Z).  Does not change
      the carry bit.

INY - increment Y.  Add one to the contents of the Y register
      and place the sum back in Y (N,Z).  Does not change
      the carry bit.

...
[m]    We now list all the possible 6502 instructions by mode of address.
Following the mnemonic we show the numberic op-code, the number of
cycles required to execute the instruction and the number of bytes
it occupies, including the address field.[m]
...
Absolute
...
INC - EE,6,3
...
 Zero Page
...
INCZ - E6,5,2
...
Implied or Accumulator
INX  - E8,2,1
INY  - C8,2,1

...
Zero Page Indexed
...
  INCZX - F6,6,2
...
Absolute X
...
INCX - FE,7,3

Name: Anonymous 2009-03-18 6:07

Resurrection bump

Name: ​​​​​​​​​​ 2010-10-25 8:24

Name: Anonymous 2011-02-03 3:26

Name: Anonymous 2013-09-01 19:42


Uh, there were only two infodumps, and the majority of the story was non-infodump. The 'angst' is called drama. If that's how you viewed Michiru route, I'm guessing you didn't feel attached to the characters at all, in which case it only makes sense that you don't enjoy a charage.

Name: Anonymous 2013-09-01 20:28


 my god this is bugged as fuck

Name: Anonymous 2013-09-01 21:13



It could have been something great if it went for something like 30-35 episodes. I can't see how a chiru adaption would work since it has a lot to do with the narration and naturally an anime wouldn't have that. I would like to see EP5 animated though, even if it's butchered by DEEN.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List