pub const PRINTLN_EVENT: EventName;Expand description
This event indicates that a line should be printed.
The bytes representing the string are expected in memory. The executor reads the start address and length from the operand stack.
The decoded string is emitted through the log infra at Info level on the stdout
target.