/[VRac]/VRac.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 /VRac.pm

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

revision 128 by dpavlin, Sat Aug 4 20:28:51 2007 UTC revision 134 by dpavlin, Sat Aug 4 22:13:28 2007 UTC
# Line 12  __PACKAGE__->mk_accessors(qw(booted)); Line 12  __PACKAGE__->mk_accessors(qw(booted));
12    
13  =head1 NAME  =head1 NAME
14    
15  VRac - Virtualno Računalo  VRac - Virtualno Računalo
16    
17  =head1 VERSION  =head1 VERSION
18    
# Line 27  our $VERSION = '0.00'; Line 27  our $VERSION = '0.00';
27  Emulator of 8-bit architectures based on L<M6502> or L<Z80> emulation.  Emulator of 8-bit architectures based on L<M6502> or L<Z80> emulation.
28    
29  This project is homage to 8-bit computers in Croatia and former Yugoslavia  This project is homage to 8-bit computers in Croatia and former Yugoslavia
30  from 1980-1990. Word B<vrac> means also I<wizzard> in Croatian.  from 1980-1990. Word B<vrac> means also I<wizard> in Croatian.
31    
32  =cut  =cut
33    
# Line 49  sub run { Line 49  sub run {
49          confess "please implement $self::run\n";          confess "please implement $self::run\n";
50  }  }
51    
 =head2 jump  
   
 Start execution from some location (modify PC)  
   
 =cut  
   
 sub jump {  
         my $self = shift;  
         confess "please implement $self::jump\n";  
 }  
   
52    
53  =head1 Helper functions  =head1 Helper functions
54    

Legend:
Removed from v.128  
changed lines
  Added in v.134

  ViewVC Help
Powered by ViewVC 1.1.26