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

https://github.com/tyfkda/cpusim

CPU built from NAND only
https://github.com/tyfkda/cpusim

Last synced: about 1 month ago
JSON representation

CPU built from NAND only

Awesome Lists containing this project

README

          

CPU Simulator
=============

CPU built from NAND only.

It uses [modified SimCirJS](https://github.com/tyfkda/simcirjs) library to simulate logic gate.

## Requirement

* node.js
* npm

## Set up

```
$ npm install
```

## Usage

### Build (automatically)

```
$ npm start
```

* You can see the page in http://localhost:3000/

### Build (one shot)

```
$ npm run build
```

* Files are generated in `public`

### Release

```
$ npm run release
```

* Files are generated in `release`

### Clean up

```
$ npm run clean
```