@anders @nthcdr lda #0 ; Load accumulator with character code for NULL
sta $0400 ; Store it in the screen memory to clear the screen
ldx #0 ; Initialize X register to 0
loop lda message,x ; Load the next character from the message
beq done ; If the character is NULL (end of string), we are done
sta $0400,x ; Store the character in the screen memory
inx ; Increment X register
bne loop ; Branch back to the loop
done rts ; Return from subroutine
message .text “Hello World!”,0 ; Null-terminated string
@anders @LoryGallante You could be so much luckier if you would invest your rice into my crypto! You can get rich fast! Or Faster! Light, I mean, so fast that you will be rich faster than a cezium atom finishes its resonance cycle! And you only need a meager $9999.95 investment! And you will be bazillionaire! #truestory