/[VRac]/M6502/t/05-M6502.t
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/t/05-M6502.t

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

revision 85 by dpavlin, Wed Aug 1 22:01:15 2007 UTC revision 86 by dpavlin, Wed Aug 1 22:25:37 2007 UTC
# Line 14  BEGIN { Line 14  BEGIN {
14  use_ok( 'M6502' );  use_ok( 'M6502' );
15  }  }
16    
17    cmp_ok( $PC, '==', 0xbeef, 'PC' );
18    
19  ok( M6502::reset(), 'reset' );  ok( M6502::reset(), 'reset' );
20    
21    diag dump_R();
22    
23    cmp_ok( $PC, '==', 0x4242, 'PC' );
24    
25    
26  ok( M6502::reset(), 'reset again' );  ok( M6502::reset(), 'reset again' );

Legend:
Removed from v.85  
changed lines
  Added in v.86

  ViewVC Help
Powered by ViewVC 1.1.26