11 printf "; Autogenerated from colors.txt, do not edit this file!\n"
12 printf "; gawk -f colors.gawk colors.txt > colors.asm\n\n"
15 for (i=2; i<=cnt; i++) {
16 printf ", %s", colors[i]
23 for (i=2; i<=cnt; i++) {
24 printf ", %s", names[i]
29 for (i=1; i<=cnt; i++) {
30 printf "%s db %d,'%s'\n", names[i], length(names[i]), names[i]