TITLE Example PATTERN A REVISION 1.0 AUTHOR Keith COMPANY - DATE 2025-09-21 ; ; This example demonstrates how ; declaring the active levels in the pin list ; makes the logic easier to understand. CHIP example GAL16V8 /red = 1 /green = 2 /blue = 3 /yellow = 12 /cyan = 13 /magenta = 14 /white = 15 /black = 16 EQUATIONS yellow = red * green cyan = green * blue magenta = red * blue white = red * green * blue black = /red * /green * /blue