/[VRac]/Orao.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Orao.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by dpavlin, Tue Jul 31 16:22:10 2007 UTC revision 64 by dpavlin, Tue Jul 31 16:33:41 2007 UTC
# Line 408  __USAGE__ Line 408  __USAGE__
408                          printf "set pc to %04x\n", $to;                          printf "set pc to %04x\n", $to;
409                          $PC = $to;      # remember for restart                          $PC = $to;      # remember for restart
410                          $run_for = 1;                          $run_for = 1;
411                          $last = sprintf('m %04x', $to);                          $last = "r $run_for";
412                          last;                          last;
413                  } elsif ( $c =~ m/^t/ ) {                  } elsif ( $c =~ m/^t/ ) {
414                          $self->trace( not $self->trace );                          $self->trace( not $self->trace );
415                          print "trace ", $self->trace ? 'on' : 'off', "\n";                          print "trace ", $self->trace ? 'on' : 'off', "\n";
416                            $last = '';
417                  } elsif ( $c =~ m/^d/ ) {                  } elsif ( $c =~ m/^d/ ) {
418                          $self->debug( not $self->debug );                          $self->debug( not $self->debug );
419                          print "debug ", $self->debug ? 'on' : 'off', "\n";                          print "debug ", $self->debug ? 'on' : 'off', "\n";
420                            $last = '';
421                  } else {                  } else {
422                          warn "# ignored $line\n" if ($line);                          warn "# ignored $line\n" if ($line);
423                          $last = '';                          $last = '';

Legend:
Removed from v.61  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26