Skip to content

drdavros/6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VHDL 6502 processor(s)

Original source from The Free IP Project and David Kessner
Modified by Sprow for BCD support

Bug fix by Mike
was
-- when MC_BIT => n_flag <= alu_out(7); -- mike was here
now
when MC_BIT => n_flag <= data_in(7); -- mike was here

Two files:
free6502.vhd
microcode.vhd

About

Embedded 6502 processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages