Multiply instruction!
30 files changed
tree: 9a38afd580fe2f96daaf942d78695ad2f069bf19
  1. .github/
  2. def/
  3. docs/
  4. gds/
  5. lef/
  6. lib/
  7. mag/
  8. maglef/
  9. openlane/
  10. sdc/
  11. sdf/
  12. signoff/
  13. spef/
  14. spi/
  15. verilog/
  16. .gitignore
  17. LICENSE
  18. Makefile
  19. README.md
README.md

Avalon Semiconductors AS2650 8-bit micro-processor

License UPRJ_CI Caravel Build

This is a partial implementation of the abandoned Signetics 2650 CPU architecture from 1975.

Only a subset of the full feature set is implemented here. The following features are part of the S2650, but missing from the SA2650:

  • Interrupts
  • Decimal Adjust Register (dar) instructions
  • Extended I/O (wrte, rede) instructions
  • Memory paging (address space limited to 8192 bytes, emulating a S2650 that is ‘stuck’ on page 0)

Please see this repository for Documentation on the CPU architecture, as well as an assembler, emulator and example programs.