1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2020-08-20 11:41:58 -05:00
bootstrap
codemirror@772d09e697 codemirror: updated to 5.56.0, fixed tests 2020-08-04 14:32:01 -05:00
css if error line position is available, underline 2020-08-20 11:41:58 -05:00
doc basic: optional labels setting 2020-08-08 20:03:48 -05:00
gif.js@082076d81c
help/bataribasic
images moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
javatari.js@977bf9ca6c
jquery
jsnes@a6a026b698
lib updated npm, copy deps from node_modules/ to lib/ 2020-08-01 12:52:17 -05:00
mame working on new unified MAME support 2020-07-29 18:33:14 -05:00
meta basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
nanoasm@53470410c3
presets basic: got rid of BASICLine in favor of list of statements, multipleStmtsPerLine 2020-08-20 09:45:11 -05:00
res basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
scripts moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
src if error line position is available, underline 2020-08-20 11:41:58 -05:00
test views use SourceLocation/Line to locate code 2020-08-10 21:39:54 -05:00
tools
tss@5b5ee67fc0
.gitattributes
.gitignore
.gitmodules updated npm, copy deps from node_modules/ to lib/ 2020-08-01 12:52:17 -05:00
.travis.yml
electron-preload.js electron: fixed binary encoding, reload, args 2020-08-02 21:34:13 -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 basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
electron.js electron: fixed binary encoding, reload, args 2020-08-02 21:34:13 -05:00
embed.html
favicon.ico
index.html sentry: ignore EmuHalt in exceptions 2020-08-11 10:25:39 -05:00
javatari
LICENSE
LICENSE.txt
Makefile basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
manifest.json
nightwatch.json
package-lock.json basic: fuzz test fixes, DEF cycle detector 2020-08-16 09:57:13 -05:00
package.json basic: fixes for non-line-number mode (24, 62, 81), handle unhandledrejection, MODERN default dialect, DARTMOUTH 2020-08-18 14:13:59 -05:00
README.md electron: initial experimental build (npm start), removed web/images 2020-08-01 11:53:52 -05:00
testemu.html
testwave.html
tsconfig-base.json
tsconfig.json
tsfmt.json

Build Status

The latest release is online at http://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