jsr puts
fcc 'Hello, world!',13,0
clra
Mine can't do that automatically, but it can with a little human
assist; the human would need to tell it that the memory after the
jsr is a NUL-terminated string, but that's all it would need to be
told.
Not all strings are null-terminated.