0000 a9 00 LDA #$00 0002 20 10 00 JSR $0010 0004 4c 02 00 JMP $0002 000f xx // stored incremented count 0010 e8 inx 0011 88 decy 0012 e6 0f inc $0f 0014 38 sec // set carry 0015 69 02 adc #$02 0017 60 rts