A downloadable tool for Windows, macOS, and Linux

Download NowName your own price

This is  my personal assembler that   I use to develop all my retro development projects, now extracted from the CSpect project so it can be updated on it's own.

A C# program capable of assembling both z80 and 6502 style projects,  it runs fine on Window, Linux and Macos  using Mono just fine.

Coding Examples (in Z80) can be found inside CSpect.

Download

Download NowName your own price

Click download now to get access to the following files:

SNasm.zip 62 kB

Comments

Log in with itch.io to leave a comment.

Hello! Great tool! It's really fast, love it! I have a question: Part of my source is used as references, it's still db and dw filled with 0 but the code needs it to refer to these address. I would like to assemble only the first 16k and keep the next 16k as references but I can't stop the code to assemble even with the END command. How can I do this? Thank you!

put an if false /endif around it

Fantastic! Thank you for Linux support!