commit | 1eccf622c266885af0cc10b613fee2fe5a8995e0 | [log] [tgz] |
---|---|---|
author | Luca Horn <l.horn@geiger-edelmetalle.de> | Wed Dec 07 17:58:06 2022 +0100 |
committer | Luca Horn <l.horn@geiger-edelmetalle.de> | Wed Dec 07 17:58:06 2022 +0100 |
tree | c3046a3269cb4003a06df95d14ce0d7debf34816 | |
parent | 5f3d0c48fc725ecb86b043924d2a9070f95553a0 [diff] |
Fix nopi instructions.
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:
dar
) instructionswrte
, rede
) instructionsPlease see this repository for Documentation on the CPU architecture, as well as an assembler, emulator and example programs.