Re: LASM compatible cross assembler?

2016-06-10 Thread Chris Osborn
On Jun 10, 2016, at 4:47 AM, Tor Arntsen wrote: > Is LASM-TDL compatible with LASM? There's source for the former. No, it's a different animal. It uses TDL syntax and isn't entirely LASM compatible and isn't able to assemble Kermit. The lasm.doc file included claims

Re: LASM compatible cross assembler?

2016-06-10 Thread Tor Arntsen
On 9 June 2016 at 16:54, Chris Osborn wrote: > Alternately, is the source code for Ward Christensen's LASM available > anywhere? The best I could find was a note from a Kermit developer from 27 > years ago asking for the source. I suppose I could use a disassembler, but

LASM compatible cross assembler?

2016-06-09 Thread Chris Osborn
After getting my TRS-80 Model II keyboard repaired and up & running last week (http://www.insentricity.com/a.cl/257), I've been messing around with the Kermit source code to see if I can add hardware flow control support. I'm able to build Kermit using LASM on CP/M or on an emulator, but it