.TS     Time Stamp

Syntax:

        .TS

See also:

.AS   .AT   .AZ   .DA   .DB   .DL   .DR   .DW   .HS   .RF  

Function:

This directive is new to version 3. It writes a time stamp string to the target file.

Boundary Sync:

In Version 3 of the SB-Assembler this directive will not perform a boundary sync.

Explanation:

A time stamp string can be written to your target file by using the .TS directive. The system time at the start of the current assembly run is taken as time stamp. This means that you can use .TS as often as you want, generating the same time stamp throughout the entire program.
.TS will write a 23 character time stamp to your target file in the format DOW YYYY-MM-DD HH:MM:SS. An example would be Sat 2024-04-20 08:45:27 thus giving the following byte sequence:

54687520323031362D30332D32342032333A31313A3336