write_string: ldx #$0 write_string_char: lda text,x beq end sta $01 inx jmp write_string_char text: .asciiz "Hello, Internet! Thanks Ben Eater" ; String0 to display. 1 line + buffer = 16 + 24 = 40 chars