Example:
// Create a data entry at index 0 of the sequence table.
// Mark as start of sequence (control parameter = 0x10000000 = 268435456),
// sequence loop count = 1, segment loop count = 2, segment id = 3,
// segment start offset is 240, segment end offset is equal to the end of the segment.
STAB1:DATA 0,268435456,1,2,3,240,#hffffffff
// Create an idle delay entry at index 0 of the sequence table.
// Mark as command (control_parameter = 0x80000000 = 2147483648),
// sequence loop count = 1, command code = 0 , idle sample = 0,
// idle delay = 960, last parameter word is unused.
STAB1:DATA 0,2147483648,1,0,0,960,0
// Create a configuration entry at index 0 of the sequence table.
// Mark as command (control_parameter = 0x80000000 = 2147483648),
// sequence loop count = 1, action id + command code = 0x00020001,
// segment id = 3,
// segment start offset is 0, segment end offset is equal to the end of the segment
STAB1:DATA 0, 2147483648,1,#h00020001,3,0,#hffffffff