setTextStyle method
void
setTextStyle()
Implementation
void setTextStyle() async {
//Debugger.verbose('${pcHex(-1)} [set_text_style]');
var operands = visitOperandsVar(1, false);
Z.inInterrupt = true;
await Z
.sendIO({"command": ioCommands.setFont, "style": operands[0].value});
Z.inInterrupt = false;
Z.callAsync(Z.runIt);
}