[Coco] 6x09/hello_os9-Commented
Allen Huffman
alsplace at pobox.com
Wed Oct 4 10:52:10 EDT 2023
> On Oct 4, 2023, at 9:48 AM, dave--- via Coco <coco at maltedmedia.com> wrote:
>
> And just to clarify, I don’t believe there is an assembler directive that adds a zero terminator to a string.
I got confused with an LWTOOLS assembled op code. I have not checked EDTASM+ to see what it had.
FCN string, .ASCIZ string, .STRZ string
Include a NUL terminated string of text in the output. The first character of the operand is the delimiter which must appear as the last character and cannot appear within the string. A NUL byte is automatically appended to the string.
More information about the Coco
mailing list