Coder Social home page Coder Social logo

emulator-intel-4004's Introduction

Intel 4004 emulator

                              I/O   I/O   I/O   I/O   Vdd    CM   TEST  RESET
                               --    --    --    --    --    --    --    --
                              |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
                           ---    --    --    --    --    --    --    --    ---
                          |    16    15    14    13    12    11    10     9    |
                          |                                                    |
                          |           ##      ###         ###           ##     |
                          |          ###    ##   ##     ##   ##        ###     |
                           --       # ##   ##     ##   ##     ##      # ##     |
                             |     #  ##   ##     ##   ##     ##     #  ##     |
                             |    #   ##   ##     ##   ##     ##    #   ##     |
                           --    #######   ##     ##   ##     ##   #######     |
                          |           ##    ##   ##     ##   ##         ##     |
                          |           ##      ###         ###           ##     |
                          |                                                    |
                          |     1     2     3     4     5     6     7     8    |
                           ---    --    --    --    --    --    --    --    ---
                              |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
                               --    --    --    --    --    --    --    --
                               D0    D1    D2    D3    Vss   Ph1   Ph2  SYNC

Development in progress

Simple emulator of the Intel 4004 chip.

The Intel 4004 was the first computer that I made an emulator, unfortunately I lost the code. Since then I have been studying and assembling small emulators and studying the architecture of computers and embedded devices. After a long time I am going back to the emulators, and the first one that I will focus on development is the Intel 4004, because it is a simple device with a few instructions (46 instructions).

Intel 4004

Intel 4004 is a 4-bit CPU released by Intel in 1971, which was the first commercial programmable microprocessor.

Compile

Inside the root dir of the project.

mkdir build && cd build
cmake ..
make

That create the executable 4004_emulator.

References

If you don't know anything about intel 4004, your wikipedia page is a good place to start.

Brief history of the Intel 4004. Intel's First Microprocessor

4004 Datasheet*

MCS-4 Assembly Language Programming Manual - December 1973*

Recommended online emulator: Emulator - Assembler - Disassembler

License

MIT

emulator-intel-4004's People

Contributors

lpg2709 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.