; Test adding, and subtracting.;; Written by mr b0nk 500 <b0nk@b0nk.xyz>; Main Program..org0reset:
cps; Clear the processor status register.ldx.w#$FFFF ; Reset the stack pointer.txs;lsr#16 ; Reset A.tab; Reset B.tax; Reset X.up:
inc; Increment the counter.cmp#$FF ; Did the accumulator overflow?bcsdown; Yes, so start decrementing.jmpup; No, so keep incrementing.down:
dec; Did the accumulator underflow?bequp; Yes, so start incrementing.jmpdown; No, so keep decrementing..org $FFC0.qwordresetad