1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-06-25 12:29:33 +00:00
go6502/cpu/doc.go
Zellyn Hunter 5102e1af3f Doc fixes.
2013-02-23 14:25:46 -08:00

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