Lines Matching refs:debug

52 $debug = 0;		# Print general debugging messages
165 print STDERR "value regex = $value\n" if ($debug);
168 print STDERR "phase regex = $phase\n" if ($debug);
220 if ($debug) {
231 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
253 print STDERR "Relative reference $symbol\n" if ($debug);
258 print STDERR "Absolute reference $symbol\n" if ($debug);
262 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
292 print STDERR "$0 : parsed WHEN\n" if ($debug);
295 print STDERR "$0 : parsed IF\n" if ($debug);
307 print STDERR "$0 : parsed NOT\n" if ($debug);
321 print STDERR "$0 : parsed ATN\n" if ($debug);
327 print STDERR "$0 : parsed phase $phase_index\n" if ($debug);
333 print STDERR "Parsing conjunction, expecting $other\n" if ($debug);
348 print STDERR "$0 : parsed $1\n" if ($debug);
352 print STDERR "looking for data in $conditional\n" if ($debug);
357 print STDERR "$0 : parsed data\n" if ($debug);
369 print STDERR "$0 parsed AND MASK $1\n" if ($debug);
474 print STDERR "Parsing MOVE FROM $transfer_addr, $with_when $3\n" if ($debug);
498 print STDERR "Parsing MOVE MEMORY $count, $source, $dest\n" if ($debug);
504 ($debug);
514 print STDERR "Parsing register to register move\n" if ($debug);
524 print STDERR "Forcing register source \n" if ($force && $debug);
528 print STDERR "register operand data8 source\n" if ($debug);
537 print STDERR "register source\n" if ($debug);
546 print STDERR "data8 source\n" if ($debug);
595 if ($debug);
664 print STDERR "Parsing WAIT $rest\n" if ($debug);
718 print STDERR "parsing JUMP, rest = $rest\n" if ($debug);
724 print STDERR "parsing JUMP REL, addr = $addr, rest = $rest\n" if ($debug);
754 print STDERR "Parsing $instruction\n" if ($debug);
907 printf STDERR "Address $i = %x\n", $code[$i] if ($debug);
940 printf STDERR "$i is used $symbol_references{$i}\n" if ($debug);