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

Contents of /M6502/M6502.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations)
Mon Jul 30 13:29:57 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 189 byte(s)
beginning of embedding perl into M6502 emulator
1 package M6502;
2
3 use strict;
4 use warnings;
5
6 # Dobrica Pavlinusic, <dpavlin@rot13.org> 07/30/07 13:23:19 CEST
7 #
8 # Simple Orao emulation
9
10 my $mem = (0) x 0x10000; # 64M
11
12 our $PC = 0xbeef;
13
14 1;

  ViewVC Help
Powered by ViewVC 1.1.26