>>>             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.

Mine can also be told that it's a block of text where you tell it the
length.  I think the only sort of automatic length determination I
implemented is NUL termination, but you can specify whatever length you
want manually.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                [email protected]
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B

Reply via email to