mirror of
https://github.com/zellyn/go6502.git
synced 2025-02-07 02:30:38 +00:00
7 lines
188 B
Go
7 lines
188 B
Go
/*
|
|
Package cpu provides routines for emulating a 6502 or 65C02. It also
|
|
provides data about opcodes that is used by the asm package to
|
|
(dis)assemble 6502 assembly language.
|
|
*/
|
|
package cpu
|