--- M6502/M6502.pm 2007/07/31 13:35:02 54 +++ M6502/M6502.pm 2007/07/31 13:56:50 55 @@ -153,6 +153,9 @@ warn sprintf("## M6502::dump_R PC: %04x A:%02x P:%02x X:%02x Y:%02x S:%02x\n", $PC, $A, $P, $X, $Y, $S) if $debug; } +=head1 SEE ALSO + +L is sample implementation using this module =head1 AUTHOR