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
- Host: GitHub
- URL: https://github.com/tyfkda/cpusim
- Owner: tyfkda
- Created: 2018-10-27T07:05:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T07:10:46.000Z (over 7 years ago)
- Last Synced: 2025-03-02T20:32:29.995Z (over 1 year ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```