New web based Assembler / emulator

The place for codemasters or beginners to talk about programming any language for the Spectrum.
Post Reply
User avatar
Turtle_Quality
Manic Miner
Posts: 506
Joined: Fri Dec 07, 2018 10:19 pm

New web based Assembler / emulator

Post by Turtle_Quality »

It was posted on FB a couple of days ago, haven't tested it. Allows you to paste in or upload source then assemble and run.

Kind of strange to display register values but not have single stepping, but maybe this is just an early version

https://bigfatpanda70.github.io/z80v5%2 ... %20v5.html

The source for the assembler / emulator can be found here

https://bigfatpanda70.github.io/z80v5%2 ... %20v5.html
Definition of loop : see loop
equinox
Dynamite Dan
Posts: 1052
Joined: Mon Oct 08, 2018 1:57 am
Location: SE England

Re: New web based Assembler / emulator

Post by equinox »

Very cool. I've seen browser-based tools to do this with lots of languages, from C++ to PHP, but for 8-bits we usually just get the whole-hog emulator (which is not very conducive to editing, copying or pasting bits of code).
Post Reply