Post #3267620
2026-05-18 10:54 UTC
Replies (3)
-
@gilesgoat@toot.wales 2026-05-18 12:28
@evoke@abraum.social @gasman@icosahedron.website OK, I'll try to ask 🙂
-
@gilesgoat@toot.wales 2026-05-18 12:29
@evoke@abraum.social @gasman@icosahedron.website I should have add "I never coded A DEMO *BUT* I coded/still coding 'a ton' of Z80 asm" in fact even yesterday I spent some hours doing it 😊
-
@gasman@icosahedron.website 2026-05-20 00:06
@evoke@abraum.social @gilesgoat@toot.wales Hi! I tend to keep things pretty oldschool with tooling myself - no real integration with VSCode, just a Makefile that I run to assemble the code and launch the emulator (Fuse). There's also https://bazematic.demozoo.org/ which I built primarily for live-coding events, but some people have had success using it as a mini dev environment for small projects. It doesn't have any code export options so you'll need to copy/paste it into a "real" assembler for the final build, but it might fit the bill!