8bitworkshop
8bitworkshop copied to clipboard
web-based IDE for 8-bit programming and Verilog development
* Missing modes: 320C, 320D, 160A, and 160B. * Bank switching * More examples * Is there a test suite / test cart? * More debugging -- add display list...
It would be cool to have Atari Lynx support. There is a great opensource emulator: https://github.com/laoo/Felix
I'm having a weird problem. I don't think it's a local issue. I have some 6502 assembly code I'm editing. I added a label called "Slot:". Right after I entered...
Greetings! I love using 8bitworkshop, but I'm quickly running out of memory. Is there any way to read files from the disk drive during runtime? I also wanted to create...
Hi I would like to,request chip-8 for 8bitworkshop https://en.m.wikipedia.org/wiki/CHIP-8
Hello :) I'm trying to load the repository, but it does not work. Doesn't understand that the sources are in .NAS files https://github.com/emu-russia/bomberman-nes
There are bugs: https://forums.atariage.com/topic/346786-multi-sprite-trick-emulation-bug-in-javatarijs/ the 8bitworkshop fork is heavily modified to support debugging and it would take some time. On the other hand, I could maybe do a better job...

This hardware is developed for an iconic game called "Pac-Man", and the programming language for this hardware was set to an assembly (DASM) language. This was also a hardware developed...
I am coding my first NES game in assembly using the NES 2.0 headers (*.s files) and I was following along Inkbox's beginner tutorial. I was happily frying my brain,...