Its mentioned in a couple of posts on here, but it doesnt ship in c6, c10 or c11, at least I cant find it.
I think I’ve seen it in an earlier version of clarion but I only had cw1.5, c5 and c5.5. Didnt have 4 or 2xxx.
I dont have any of copies of the old versions, so if it was shipped in one of the previous version I had, and someone has a copy, do you mind pinging me a copy please?
It will help because Im having to piece together info from lots of different sources to make sense of it all, because voids, 'scuse pun, create problems.
This is what Ive got done tonight, there are mistakes in there and guesswork not tested yet with the TSA compiler, but as a tldr file I think the pertinent points get across succinctly.
JK’s works but crashes, access violation, havent tried yours or a statically linked in the debugger yet.
Cant upload an assembler .a file, its not an authorised file type, so remove the .clw extension.
Is there a topspeed assembler programmers reference pdf knocking around that anyone knows of? Wondering how much TSA differs and compares to MASM.
Edit.
Im also assuming TSA does classes because of the existence of ABC classes, because the MASM compiler allows classes, which also means classes have been around for a long time…?
It’s different enough that you can’t just take MASM code and compile it with the JPI compilers.
These are the books I can put my hand on most easy, I’ll have to have a look over the weekend to see if there’s any more. TopSpeed Developers Guide.pdf (594.7 KB) TopSpeed TechKit.pdf (773.5 KB)
This is the .a file I’ve been using for the last 20 years