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

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

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

Hi, after hitting a certain complexity on code I'm getting the following error: `abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 12.2.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

I'm not sure if this is a bug with the latest version of the workshop. I didn't have this problem last week. the problem is i get the message "cartridge...

Its been a while since I did the research, but iirc the browser-based emulator used for Commodore 64 development also supports the VIC 20. I'm not sure how difficult this...

If I type in a link like the following to my browser: https://8bitworkshop.com/dev/?repo=micahcowan%2Fa2allchars&platform=apple2&file=allchars.c The platform gets reset to "VCS". I must then manually select the "Apple ][+" platform, which behaves...

RuntimeError: remainder by zero at ? (wasm://wasm/2dca781e:wasm-function[6]:0x13fb) at ? (wasm://wasm/2dca781e:wasm-function[8]:0x188e) at ? (wasm://wasm/2dca781e:wasm-function[17]:0x1974) at dZ.eval(../src/common/hdl/hdlwasm.ts:248:40) at dZ.tick(../src/common/hdl/hdlwasm.ts:253:14) at BZ.fillTraceBuffer(../src/platform/verilog.ts:505:13) at BZ.updateScopeFrame(../src/platform/verilog.ts:292:21) at BZ.updateFrame(../src/platform/verilog.ts:314:12) at z.G7 [as callback](../src/platform/verilog.ts:196:12) at z.nextFrame(../src/common/emu.ts:277:14) at...

It would be nice if you could switch platforms and keep the same Github repo, for multi-platform projects.

On the CPC platform, a lot (all?) of the cpctelera library is linked in, making binaries bigger than necessary. This doesn't seem to happen on other Z80 platforms. I used...

If you go into an Incognito/Private window and open a githubURL link (say, http://8bitworkshop.com/redir.html?platform=cpc.6128&githubURL=https%3A%2F%2Fgithub.com%2Fsehugg%2Fholiday2021&file=snow.c) it'll switch to the VCS platform instead of the platform specified in the link.

The Amstrad CPC was a fairly popular home computer in France, Spain and the UK in the 80s. The [CPC is available on the tiny8bit project](https://floooh.github.io/tiny8bit/cpc-ui.html). There is a cross-development...

enhancement