Yes, TASM is still available. The shareware version is included in the GitHub repo I posted. I was also recently able to contact the author and register to get the source.
With the source I was able to create a new assembly argument rule to more easily support the Sharp lh5801 processor’s odd branching (separate fwd and back opcodes so can branch +- 255). I’ll update GitHub with the latest shareware version on in the near future, for use with the 8085 the current version works just fine. Jeff Birt From: M100 <[email protected]> On Behalf Of John R. Hogerhuis Sent: Sunday, April 25, 2021 2:16 PM To: [email protected] Subject: Re: [M100] Assembler question Is Telemark Assembler itself still available? It's definitely a good one, I used it for HTERM. There's also asxxxx assembler which fully supports the 8085. I've used that too. You probably want to use it with a separate preprocessor. http://shop-pdp.net/ashtml/ There are others. And all of these will benefit from usage with a make system. -- John.
