Lines Matching refs:debug

39 $debug = 0;		# Print general debugging messages
152 print STDERR "value regex = $value\n" if ($debug);
155 print STDERR "phase regex = $phase\n" if ($debug);
207 if ($debug) {
218 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
240 print STDERR "Relative reference $symbol\n" if ($debug);
245 print STDERR "Absolute reference $symbol\n" if ($debug);
249 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
279 print STDERR "$0 : parsed WHEN\n" if ($debug);
282 print STDERR "$0 : parsed IF\n" if ($debug);
294 print STDERR "$0 : parsed NOT\n" if ($debug);
308 print STDERR "$0 : parsed ATN\n" if ($debug);
314 print STDERR "$0 : parsed phase $phase_index\n" if ($debug);
320 print STDERR "Parsing conjunction, expecting $other\n" if ($debug);
335 print STDERR "$0 : parsed $1\n" if ($debug);
339 print STDERR "looking for data in $conditional\n" if ($debug);
344 print STDERR "$0 : parsed data\n" if ($debug);
356 print STDERR "$0 parsed AND MASK $1\n" if ($debug);
461 print STDERR "Parsing MOVE FROM $transfer_addr, $with_when $3\n" if ($debug);
485 print STDERR "Parsing MOVE MEMORY $count, $source, $dest\n" if ($debug);
491 ($debug);
501 print STDERR "Parsing register to register move\n" if ($debug);
511 print STDERR "Forcing register source \n" if ($force && $debug);
515 print STDERR "register operand data8 source\n" if ($debug);
524 print STDERR "register source\n" if ($debug);
533 print STDERR "data8 source\n" if ($debug);
582 if ($debug);
651 print STDERR "Parsing WAIT $rest\n" if ($debug);
705 print STDERR "parsing JUMP, rest = $rest\n" if ($debug);
711 print STDERR "parsing JUMP REL, addr = $addr, rest = $rest\n" if ($debug);
741 print STDERR "Parsing $instruction\n" if ($debug);
894 printf STDERR "Address $i = %x\n", $code[$i] if ($debug);
927 printf STDERR "$i is used $symbol_references{$i}\n" if ($debug);