1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-22 14:33:51 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2021-07-10 15:23:36 -05:00
bootstrap
codemirror@772d09e697 codemirror: updated to 5.56.0, fixed tests 2020-08-04 14:32:01 -05:00
css verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
doc verilog: randomizeOnReset = true except for unit tests (only <=32 bit values reset) 2021-07-09 15:21:41 -05:00
gif.js@082076d81c
help/bataribasic
images electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -05:00
javatari.js@9d124f087e vcs: fixed instant replay, KIL ($02) instruction 2021-04-19 11:47:04 -05:00
jquery fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
jsnes@a6a026b698
lib add binaryen.js to lib/ 2021-07-07 20:37:46 -05:00
mame working on new unified MAME support 2020-07-29 18:33:14 -05:00
meta electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
nanoasm@982330e23e verilog: tweaked scope, asm syntax 2021-06-25 13:32:39 -05:00
presets verilog: randomizeOnReset = true except for unit tests (only <=32 bit values reset) 2021-07-09 15:21:41 -05:00
res verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
scripts updated archive.sh script 2021-02-21 13:31:24 -06:00
src electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
test verilog: randomizeOnReset = true except for unit tests (only <=32 bit values reset) 2021-07-09 15:21:41 -05:00
tools
tss@5b5ee67fc0
unicorn.js@a872af72bc arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.gitattributes
.gitignore moved emsrc/ to https://github.com/sehugg/8bitworkshop-compilers 2020-07-12 15:20:16 -05:00
.gitmodules arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.travis.yml tests use WASM if available 2020-07-13 17:36:19 -05:00
electron-preload.js electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
electron.diff basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
electron.html electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
electron.js electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
embed.html embed: fixed saveAs 2021-01-09 15:33:12 -06:00
index.html arm32: new vasm, new editor mode 2021-06-09 16:44:09 -05:00
javatari
LICENSE
LICENSE.txt
Makefile electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
manifest.json
nightwatch.json nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
package-lock.json electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
package.json electron: removed workspaces, added sentry lib, electron-builder 2021-07-10 15:23:36 -05:00
README.md updated README 2021-06-03 11:12:25 -05:00
testemu.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
testwave.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
tsconfig-base.json
tsconfig.json
tsfmt.json

Build Status

The latest release is online at https://8bitworkshop.com/

Install

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Usage

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run Tests

npm test

Note: Github tests may fail due to lack of permissions.

License

Copyright © 2016-2020 Steven Hugg.

This project is GPL-3.0 licensed.

Dependencies retain their original licenses.

All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.

Dependencies

The IDE uses custom forks for many of these, found at https://github.com/sehugg?tab=repositories

Emulators

Compilers

Assemblers/Linkers

Dev Kits / Libraries

Firmware