Posted By
 Luca on 2008-10-08 03:11:05
 | Re: demomaking tools
Yes, that was an idea Csabo and me had just evaluated in the past: to have a code's library for base stuff, plus some working examples, in order to keep separated what should be a common code for that purpose and what's a proposed personal version of it. For example: PLASMA.ASM would be the standard SIN(A)+SIN(B) with 4 parameters A B C D, then I would add my personal version with 3*SIN, for example... |