Alex,
I've used 64tass (a version of tasm?) for 6502 stuff, it prolly does
8085 stuff, too:
https://sourceforge.net/projects/tass64/files/source/
on my Mac:
unzip 64tass-1.56.2625-src.zip
cd 64tass-1.56.2625-src
make CPPFLAGS="-D_XOPEN_SOURCE"
mv 64tass ~/bin
cd
64tass --version
64tass Turbo Assembler Macro V1.56.2625
that combined with srecord served for 6502 stuff, dunno nothing about
8085 or M100 yet :).
- Will
On 9/26/22 9:02 PM, Alex ... wrote:
Where can you still get tasm? I didn't think the original website was
around anymore and I'd like a copy of the Linux build.
On Mon, Sep 26, 2022, 21:44 Ken Pettit <[email protected]> wrote:
Hi Will,
I think most people on the list prefer tasm, though I use only the
assembler in VirtualT personally. Of course I wrote it and so
therefore know how to use it and all of it's quirks.
Ken
On 9/26/22 5:13 PM, Will Senn wrote:
It will only be a matter of time before I want to program in
assembly on my m100. I've read up and familiarized myself with
the landscape on this and find it a bit confusing.
What is the preferred (or most common method) of getting an
assembly/machine language program to run on the m100. I know that
I can use basic to run machine code, but that's kludgy. I believe
there is a basic assembler program in the wild and I've read
about Custom Software's assembler, are either or both available
online?
Thanks!
Will