The following code generated the CRLF and FFLF correctly as 2 bytes. However the TAB also generated 2 bytes with the first byte being set to <null>... Question is how do I generate a single byte using the technique below or is there another way ?
78 CRLF value x"0D0A".
78 FFLF value x"0C0A".
78 TAB value x"09".
Thanks
Allen