web-based IDE for 8-bit programming and Verilog development
Go to file
Steven Hugg 6ff4041251 added xasm6809 USE directive support; atari7800: fixed header 2020-06-30 19:53:23 -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 x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
doc fixed embedui 2020-06-13 19:42:17 -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@94d4a03bc4 added jsnes to submodules, removed min.js files 2019-04-03 16:40:27 -04:00
lib x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
localForage@7428cfc4a6 use localForage for file store 2018-06-26 02:56:36 -04:00
mame added atari5200 support; fixed NES presets 2018-06-23 18:59:36 -04:00
nanoasm@53470410c3 switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
presets added xasm6809 USE directive support; atari7800: fixed header 2020-06-30 19:53:23 -05:00
res x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
romsrc/coleco added CV alt. rom to romsrc/ 2017-11-10 11:16:28 -05:00
scripts atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
src added xasm6809 USE directive support; atari7800: fixed header 2020-06-30 19:53:23 -05:00
test 3.5.2, fixed tests 2020-06-29 12:01:26 -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 Update README.md 2019-08-21 15:44:51 -04:00
_config.yml Set theme jekyll-theme-cayman 2018-03-01 10:50:56 -06:00
embed.html refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
favicon.ico no splash screen when sharekey present 2017-04-28 08:32:05 -04:00
index.html added xasm6809 USE directive support; atari7800: fixed header 2020-06-30 19:53:23 -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 npm upgrade 2020-05-13 12:29:38 -05:00
package.json 3.5.2, fixed tests 2020-06-29 12:01:26 -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 refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -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.