Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - Easy Z80

Reply to topic
Author Message
  • Joined: 14 Mar 2018
  • Posts: 19
Reply with quote
Easy Z80
Post Posted: Tue Jan 01, 2019 4:02 pm
Hey
Over in 6502 land ( the weather is awesome btw) we have this handy dandy tool https://skilldrick.github.io/easy6502/ perfect for when you want to check to see if some case will set the C or make sure your optimisation is the same, or just run a bit of obscure code to see if it does what you think it does...

Is there anything like it for Z80?
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Tue Jan 01, 2019 8:29 pm
There's nothing exactly like it for Z80...

The closest would be ASM80, that supports multiple 8 bit architectures (click on "New file", then choose the CPU).

There are a few online Z80 assemblers out there, but they just assemble the code, and don't provide an execution environment.

Anyway, easy6502 is open source, so it should be possible to fork the project, then mash it up with a JS Z80 assembler, like js80, msx-bitz80 or ASM80.js plus a JS Z80 emulator like Z80.js or z80-emulator.
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!