blizzard-4

所属分类:硬件设计
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-06-10 15:39:17
上 传 者sh-1993
说明:  暴雪4是我设计的16位计算机。本报告包含开发和测试......程序所需的编译器、汇编程序和模拟器...,
(Blizzard 4 is a 16-bit computer I designed. This repo contains the compiler, assembler and emulator needed to develop and test programs for it. Try online at:)

文件列表:
CNAME (24, 2022-12-28)
LICENSE.md (35141, 2022-12-28)
about/ (0, 2022-12-28)
about/about.html (1403, 2022-12-28)
about/script.js (1569, 2022-12-28)
about/style.css (416, 2022-12-28)
assembler/ (0, 2022-12-28)
assembler/assembler.html (2087, 2022-12-28)
assembler/engine.js (15948, 2022-12-28)
assembler/script.js (1954, 2022-12-28)
assembler/style.css (463, 2022-12-28)
assets/ (0, 2022-12-28)
assets/flash_images/ (0, 2022-12-28)
assets/flash_images/default.base64 (21848, 2022-12-28)
assets/fonts/ (0, 2022-12-28)
assets/fonts/DejaVuSansMono.woff (199600, 2022-12-28)
assets/fonts/Roboto-Medium-webfont.woff (25048, 2022-12-28)
assets/fonts/Roboto-Regular-webfont.woff (25020, 2022-12-28)
assets/icon.icns (67919, 2022-12-28)
assets/icon.png (11185, 2022-12-28)
assets/icon@2x.png (18861, 2022-12-28)
assets/icons/ (0, 2022-12-28)
assets/icons/about.svg (314, 2022-12-28)
assets/icons/assemble.svg (465, 2022-12-28)
assets/icons/close.svg (1669, 2022-12-28)
assets/icons/compile.svg (199, 2022-12-28)
assets/icons/debug.svg (828, 2022-12-28)
assets/icons/error.svg (352, 2022-12-28)
assets/icons/fullscreen.svg (216, 2022-12-28)
assets/icons/info.svg (203, 2022-12-28)
assets/icons/left-arrow.svg (200, 2022-12-28)
assets/icons/manual.svg (293, 2022-12-28)
assets/icons/maximise.svg (1942, 2022-12-28)
assets/icons/memory.svg (310, 2022-12-28)
assets/icons/minimise.svg (1714, 2022-12-28)
assets/icons/options.svg (283, 2022-12-28)
assets/icons/play.svg (163, 2022-12-28)
assets/icons/reset.svg (456, 2022-12-28)
... ...

Space Invaders 3D Renderer Snake Ping Pong
Blizzard 4 is a RISC 16-bit computer designed for simple implementation in hardware. This web app contains an emulator, assembler, compiler and a set of example programs for the computer. ### Ways to use * [Online in web browser](https://danielfspencer.github.io/blizzard-4/) (tested in Firefox and Chrome) * [Downloadable version](https://github.com/danielfspencer/blizzard-4/releases/latest) (pre-built portable binaries) ### Documentation The documentation is written in Markdown and can be [viewed here](/manual/docs/introduction.md). It is also available in-app under the "Manual" section in the sidebar. ### Building from source To get the source for the latest released version, type: ```bash git clone https://github.com/danielfspencer/blizzard-4 cd blizzard-4 ``` Install the libraries required by Electron with: ```bash npm install ``` Run the app with: ```bash npm start ``` You can also build a portable binary for your current OS with the following command: ```bash npm run dist ``` The generated executable is found in the ```electron_dist/``` folder. ### License Code released under GNU General Public License v3.0. Copyright © Daniel Spencer. [3rd Party Licences](manual/docs/licences.md)

近期下载者

相关文件


收藏者