1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-26 19:54:39 +00:00
go6502/cpu/doc.go

7 lines
188 B
Go
Raw Normal View History

/*
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