.s
stop 1001
.a 0
.c
	lda #255
	jsr  add1
	add #2
	jsr  stop
:add1	add #1
	rts
.e
