assign byte table screen $0400 assign byte table screen2 1274 assign byte table screen3 1524 assign byte table screen4 1774 assign byte table colormap 55296 assign byte table colormap2 55546 assign byte table colormap3 55796 assign byte table colormap4 56046 assign byte vic_border 53280 assign byte table vic_bg 53281 assign vector cinv 788 reserve vector save_cinv assign word position $fb reserve byte value reserve word m reserve word n routine reset_position { lda #$00 sta position } routine increment_pos { clc lda position adc #0 sta >position } routine compare_16_bit { lda >m cmp >n if beq { lda position sta >m lda #$07 sta >n lda #$e8 sta