Thanks
T-Man
Wow, finally T-Man got his answer 17 year later. I wonder if he is still around.
On the other side, from my personal experience, FV1 is a great platform to start with. SpinCAD is an excellent starting point and I have also built some custom blocks myself, but now that I (usually) understand what happends under the hood, it's easier for me to just write the code directly.
Some things I use frequently can be tricky in spincad (like pot skipping), and are simpler to do in ASM. And.... when you start getting creative you frequently end up hitting the maximum instruction limit, so manual optimization is needed. My perfect tandem is SPINCAD for basic stuff and draft something, and then I finish it modifying the code manually.