this.toolTip.SetToolTip(this.chkAbsolute,"Check to set an absolute address based on the exact address in PRG/CHR ROM (not CPU/PPU memory)");
this.toolTip.SetToolTip(this.picHelp,"Most expressions/operators are accepted (C++ syntax)."+Environment.NewLine+"Note: Use the $ prefix to denote hexadecimal values."+Environment.NewLine+Environment.NewLine+"A/X/Y/PS/SP: Value of registers"+Environment.NewLine+"Irq/Nmi: True if the Irq/Nmi flags are set"+Environment.NewLine+"Cycle/Scanline: Current cycle (0-340)/scanline(-1 to 240) of the PPU"+Environment.NewLine+"Value: Current value being read/written from/to memory"+Environment.NewLine+Environment.NewLine+"Examples:"+Environment.NewLine+"a == 10 || x == $23"+Environment.NewLine+"scanline == 10 && (cycle >= 55 && cycle <= 100)");