web-based IDE for 8-bit programming and Verilog development
Go to file
Steven Hugg 2e27b0d2bb show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
FileSaver.js@aa9f4e0e03 download ROM image 2017-02-02 14:11:52 -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@4334727f0e put codemirror back where it was 2019-08-29 00:03:18 -04:00
css ui tweaks 2020-07-09 01:52:58 -05:00
doc show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
emsrc new 6809 cmoc compiler 2020-06-08 18:08:18 -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 updated book links, removed some 2019-05-20 17:27:36 -04:00
javatari.js@4326d966e3 nemu: added audio, started on debugging 2019-08-22 18:08:43 -04:00
jquery moved fontgen to separate project 2019-08-19 09:57:10 -04: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 zmachine experiments 2020-07-07 18:40:03 -05:00
localForage@7428cfc4a6 use localForage for file store 2018-06-26 02:56:36 -04:00
mame atari8: use Altirra 5200 superkernel (MAME for now) 2020-07-01 13:10:01 -05:00
nanoasm@53470410c3 switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
presets working on tree view for state, extra debuginfo 2020-07-08 15:39:54 -05:00
res added ZX Spectrum 48k 2020-07-02 20:24:52 -05:00
romsrc/coleco added CV alt. rom to romsrc/ 2017-11-10 11:16:28 -05:00
scripts apple2: can read from boot prom 2020-07-05 17:23:31 -05:00
src show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
test show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
tools atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
tss@5b5ee67fc0 will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
web/images/scrnshots updated presets 2019-12-14 11:21:57 -06:00
.gitattributes added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
.gitignore x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
.gitmodules moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
.travis.yml travis: upgrade node to 10 2019-09-27 20:59:02 -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 makefile: support ip command for Arch Linux; c64: clock correction 2020-06-03 14:05:42 -05:00
README.md zmachine experiments 2020-07-07 18:40:03 -05:00
_config.yml Set theme jekyll-theme-cayman 2018-03-01 10:50:56 -06:00
embed.html show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
favicon.ico no splash screen when sharekey present 2017-04-28 08:32:05 -04:00
index.html rearranged menu, fixed tests 2020-07-08 19:31:14 -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 added nightwatch web tests 2019-08-31 15:36:50 -04:00
package-lock.json rearranged menu, fixed tests 2020-07-08 19:31:14 -05:00
package.json updated typescript 2020-07-05 17:38:18 -05:00
testemu.html generate z80 cpu on demand like we used to, fix test b/c global.z80 is global 2019-05-17 00:09:43 -04:00
testwave.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
tsconfig-base.json updated typescript 2020-07-05 17:38:18 -05:00
tsconfig.json added tools/sim6502, msx skeleton files 2020-01-21 10:31:01 -06:00
tsfmt.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00

README.md

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

License

Copyright © 2019 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