# Function: graycode6 # This file have been taken from RevLib (www.revlib.org). .version 1.0 .numvars 6 .variables a b c d e f .inputs a b c d e f .outputs a b c d e f .constants ------ .garbage ------ .begin 000000 000011 000110 000101 001100 001111 001010 001001 011000 011011 011110 011101 010100 010111 010010 010001 110000 110011 110110 110101 111100 111111 111010 111001 101000 101011 101110 101101 100100 100111 100010 100001 100000 100011 100110 100101 101100 101111 101010 101001 111000 111011 111110 111101 110100 110111 110010 110001 010000 010011 010110 010101 011100 011111 011010 011001 001000 001011 001110 001101 000100 000111 000010 000001 .end