MMMartin Malýinblog.asm80.com00Command-line tools for the assemblerApr 5 · 7 min read · ASM80 lives in the browser, and for most people that's fine. But if you want to run the assembler from a Makefile, a CI pipeline, or a script that also compiles C code for a Z80, clicking "Build" in aJoin discussion
MMMartin Malýinblog.asm80.com00Live Coding in ASM80: run your assembly without leaving the editorMar 28 · 10 min read · Here's a Z80 loop. Open ASM80, paste it in, and just watch. ; <LIVESTART maxT=500000> ; <SEED A=0x00, B=10, HL=0x4000> loop: add a, b djnz loop ; <TRACE A, B> Join discussion
MMMartin Malýinblog.asm80.com00Running a 1976 Computer in Your BrowserMar 22 · 17 min read · I built a KIM-1 emulator that runs inside ASM80. Here is how, and why, and which parts fought back. The Machine That Started Everything In 1975, MOS Technology had a problem. They had designed the 650Join discussion