NAME
CPU::Emulator::6502::Op::CPY - Compare the Y register
SYNOPSIS
DESCRIPTION
METHODS
cpy( $addr )
Compares the Y register to the data held at $addr.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.