1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-21 23:30:58 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2021-07-08 13:00:44 -05:00
bootstrap
codemirror@772d09e697
css verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
doc verilog: test updates, source locations, labels, Silice 2021-07-07 15:43:35 -05:00
gif.js@082076d81c
help/bataribasic
images
javatari.js@9d124f087e vcs: fixed instant replay, KIL ($02) instruction 2021-04-19 11:47:04 -05:00
jquery
jsnes@a6a026b698
lib add binaryen.js to lib/ 2021-07-07 20:37:46 -05:00
mame
meta verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
nanoasm@982330e23e verilog: tweaked scope, asm syntax 2021-06-25 13:32:39 -05:00
presets verilog: test updates, source locations, labels, Silice 2021-07-07 15:43:35 -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 verilog: fixed 64-bit casting, constant issues 2021-07-08 13:00:44 -05:00
test verilog: fixed 64-bit casting, constant issues 2021-07-08 13:00:44 -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
.gitmodules arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.travis.yml
electron-preload.js get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -05:00
electron.diff
electron.html arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
electron.js get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -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 sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile add binaryen.js to lib/ 2021-07-07 20:37:46 -05:00
manifest.json
nightwatch.json nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
package-lock.json verilog: test updates, source locations, labels, Silice 2021-07-07 15:43:35 -05:00
package.json verilog: fixed 64-bit casting, constant issues 2021-07-08 13:00:44 -05:00
README.md updated README 2021-06-03 11:12:25 -05:00
testemu.html
testwave.html
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