Interface ICCustomStatement

All Superinterfaces:
ICElement, ICStatement

@Ser public interface ICCustomStatement extends ICStatement
A custom C statement. By default, if a command name is not specified, the underlying native instruction is fetched and rendered in an __asm block.

If a command name is specified, the default generator generates it, along with the optional input and output operands: (out1, out2, ...) = COMMAND(in1, in2, ...)