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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (show annotations)
Wed Aug 1 15:34:43 2007 UTC (16 years, 9 months ago) by dpavlin
File size: 205 byte(s)
move to XS compilation
1 #include "EXTERN.h"
2 #include "perl.h"
3 #include "XSUB.h"
4
5 #include "ppport.h"
6
7 void
8 run (void) {
9 printf("M6502::run\n");
10 run_forever();
11 }
12
13 MODULE = M6502 PACKAGE = M6502
14
15 PROTOTYPES: DISABLE
16
17 void
18 run()

  ViewVC Help
Powered by ViewVC 1.1.26