8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

web-based IDE for 8-bit programming and Verilog development

Results 80 8bitworkshop issues
Sort by recently updated
recently updated
newest added

Hello, I have been following along with the projects using my local build environment (CC65 and the Mesen emulator). I found that the VRAM Buffer sample had some odd behavior...

Recent versions of Safari and Chrome (87) have messed with the persistent storage API, so you get a warning message when creating a new project or requesting storage permissions.

Within the MSX emulator within the 8bitworkshop IDE the default for the joysticks default to STCK_E (which equals 3) and not STCK_none which is 0. joy1 = GTSTCK (STCK_Joy1); if(joy1...

Right now, the TypeScript compiler targets ES5, which generates non-native JS modules. We don't use Webpack or Babel or anything. The index.html page loads all of the .js files with...

The new verilog backend seems to support system verilog, based on the feedback I'm getting from the editor. But when trying to use structs I'll get the message that structs...

We've been using Emscripten, but WASI is better-suited to headless command-line tools. https://github.com/WebAssembly/wasi-sdk Will have to rebuild everything, like this: make CC="$WASISDK/bin/clang --sysroot=$WASISDK/share/wasi-sysroot -g" AR="$WASISDK/bin/ar" EXE_SUFFIX=.wasm cc65 Exceptions might not...

Hello! I would love to use this as a stand alone app on my machine. Would there be any interest in adding electron support? I am a JavaScript dev and...

enhancement

I've created a custom assembler json for my verilog project. However when generating 16 bit addresses it uses little endian (what i wanted and expected), but when generating 16 bit...

Commander X16 would be an easy system to add - lots of documentation and development https://www.commanderx16.com/forum/index.php?/home/ Microbee (Australian Z80 Computer) - has an emulator https://www.microbeetechnology.com.au/ http://nanowasp.org/ BBC Micro (Large user...

It is a great open-source homebrew 8-bit platform with a nice community. Please consider adding support for Arduboy to 8bitworkshop. Some links with more info: - general overview of the...