Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCpeeph.awk
1 BEGIN {
2          print "/* Generated file, DO NOT Edit!  */"
3          print "/* To Make changes to rules edit */"
4          print "/* <port>/peeph.def instead.     */"
5 }
6
7 /^\/\// { next}
8
9 { printf "\"" ;
10   printf "%s",$0;
11   print  "\\n\""; 
12 }
13
14