An open API service indexing awesome lists of open source software.

https://github.com/biged/cpu-65org16

6502-like CPU core with 16-bit data and 32-bit address in Verilog
https://github.com/biged/cpu-65org16

Last synced: 4 months ago
JSON representation

6502-like CPU core with 16-bit data and 32-bit address in Verilog

Awesome Lists containing this project

README

          

This project is a placeholder because the 65Org16 is a fork of
verilog-6502 by Arlet Ottens

Please go there and have a look!

https://github.com/BigEd/verilog-6502

The 65Org16 is a CPU core with:
- 32-bit address space
- by using 16-bit bytes
- with no specific support for 8-bit bytes
- with BCD mode as unspecified behaviour
- and otherwise all opcodes and addressing modes like NMOS 6502

This core has run at 50MHz on FPGA but is still early stage.

For some example software, see http://biged.github.io/6502-website-archives/lowkey.comuf.com/

The license is LGPL