web-based IDE for 8-bit programming and Verilog development
Go to file
Steven Hugg 8f6432f0d4 refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
bootstrap set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
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: new hex format for value labels 2021-07-22 09:28:30 -05:00
gif.js@082076d81c better video recording (rotate, copy frames); preset updates 2017-06-21 10:32:42 -04:00
help/bataribasic batari basic: more examples, more RAM, started syntax highlighting, online help 2018-11-20 20:41:12 -05:00
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 show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
lib moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -05:00
mame mame: made 6502/z80 subclasses 2021-07-31 17:01:19 -05:00
meta fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
nanoasm@cb2f55c11a williams-defender platform (no sound) 2021-07-13 09:46:49 -05:00
presets verilog: disabled v4 warnings, inline asm in non-main files 2021-07-12 12:39:57 -05:00
res starting on WASI emulator support, atari800 2021-07-27 11:13:50 -05:00
scripts npm audit 2021-07-11 12:24:27 -05:00
src refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
test refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
tools removed tools/, moved to new repo sehugg/8bit-tools 2020-07-12 10:30:32 -05:00
tss@5b5ee67fc0 will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
unicorn.js@a872af72bc arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.gitattributes added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
.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
LICENSE Initial commit 2016-12-15 19:56:58 -05:00
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile fixed error when platform is invalid 2021-08-02 14:08:07 -05:00
README.md fixed replay panel spacing 2021-07-16 07:11:13 -05:00
electron-preload.js electron: open project dialog 2021-07-13 11:56:05 -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 moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -05:00
electron.js electron: open project dialog 2021-07-13 11:56:05 -05:00
embed.html moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -05:00
index.html refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
javatari initial commit 2016-12-15 20:21:51 -05:00
manifest.json added w3c manifest.json 2018-12-22 08:01:14 -06:00
nightwatch.json nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
package-lock.json moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -05:00
package.json moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -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.json refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
tsfmt.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00

README.md

8bitworkshop

Build Status

Use Online

Install Locally

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start Server

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-2021 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