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

Auto Play has locked me out of a small project because of an endless loop in a Verilog file leaving the tab locked. I can force enter other platforms by...

While trying to synthesize the cpu16 project, all my toolchains (xilinx ISE and yosys) choke on this: ``` assign IP = cpu.regs[7]; assign zero = cpu.zero; assign carry = cpu.carry;...

I cannot make any tiles because of this bug. Steps to reproduce: 1. Create an empty array for the asset editor 2. Draw stuff in the asset editor 3. Switch...

It would be easier to track where everything is put with a double click on variable name highlighting all other places where variable repeats. For me, this feature is priceless...

Hello, The timing of the split status bar example seems to be especially sensitive. I think it may be due to a bug in the code. From looking around at...

Hi! I was trying out [this Pi calculator for the Atari 2600](https://github.com/lybrown/pi) and when I put it into 8bitworkshop (I copied and pasted `pi.s` and `pimacros.m`, added `include "vcs.h"`, `processor...

Running the instructions provided in Readme.md it does not work. How to fix this ? Steps (clean install ) SMP Debian 4.19.146-1 (2020-09-17) node v10.21.0 npm 6.14.8 sudo apt-get install...

I've done several tests with the bankswitch example, I've noticed some problems. - [ ] Does not work on several devices (simple NES clones, regular NES cart dumpers, etc). -...

Hi! First of all thanks a lot for creating such an amazing "all-in-one" IDE for retrodev, and for your books! I really love the Asset Editor to draw / fix...

Using $readmemb to read a binary file ends up trying to run compileInlineASM on it with "code" being Uint8Array, which doesn't have .replace() causing the exception.