/[VRac]/M6502/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 /M6502/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 62 by dpavlin, Tue Jul 31 16:24:49 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 );

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

  ViewVC Help
Powered by ViewVC 1.1.26