+acadiel #1 Posted April 21, 2020 Before the CC-40 and Waftertape drives were cancelled, the Consumer Products division had ready to release many BASIC programs that covered a gamut of Engineering and Mathematics topics. I hereby present to you this list, which is unreleased, but now known thanks to an interview that Ksarul and I had last night with one of the last TI engineers that used to work in Lubbock on the CC-40 and TI-74 systems. I am investigating seeing if I can get permission to get these released from TI to the community. Control Charts PCHART P OR NP RANGE STDDV UCHART U OR C Dynamics CIRCLE COLLIDE INERTIA LINEAR PROJ ROTATE SHM VECTOR Electrical Engineering AMP BIPOLE COIL DELTA FIELD LDFLOW POWER RADIAL VOLT Extras CONVERSN KNMATIC1 KNMATIC2 ORBIT Inventory (control and management) EOQ LATE OVHD PGMT RT SUM TOTAL Non Parametric Stat CHISQR COCHRAN FRIEDMAN GAUSS KRUSWALL RANK RANKSUB RUNS RXC TAU TOLLIM PDraw (pen plotter drawing) CEDIT EDIT PERTRAN PLOTTERS TDEE TIMED Photo (darkroom and film exposure/processing) BW COLOR DEPTH EXTUBE FLASH LRATIO SLENS Pipe (Flow, etc) DWE EPM GLPS HCM HTC HTIP HWF WPD ProdPlan (production planning) BAL BREAK CAP CP CV RATES TIME TV Profit ATCF IRRA IRRB MDS NPVA NPVB Regression ADV AUTO CHECK CORR CORR2 CUBIC EXP EXP2 MLT MLT2 NL WAFER (utility) Samples AOQL CONT DES SAM UNIT VARI Solar FCHART GAIN HEAT HEATEXC HTC SOLECO ZENITH Thermodynamics BDPOINT FLOW HEATCAP PENG PSY REACT SRK STEAM WaferTape Utiliities (for building cartridge images, etc mostly ram-loadable asm utilities) CARTDIR CARTINIT CARTLOAD CARTSAVE CARTSAVX DIR FILECOPY PROG SUBPROG TAPECOPY 6 1 Quote Share this post Link to post Share on other sites
Omega-TI #2 Posted April 21, 2020 I'm curious... has anyone ever made a program for the TI-99/4A to run CC40 software or it's. BASIC. Quote Share this post Link to post Share on other sites
+acadiel #3 Posted April 21, 2020 10 minutes ago, INVISIBLE said: I'm curious... has anyone ever made a program for the TI-99/4A to run CC40 software or it's. BASIC. I haven't yet examined a CC-40 program to look at the tokens. I'm assuming you could convert most of the BASIC programs over. 2 Quote Share this post Link to post Share on other sites
WhataKowinkydink #4 Posted April 21, 2020 Conversions for the 99/4A would be awesome. :D Quote Share this post Link to post Share on other sites
+Ksarul #5 Posted April 21, 2020 Actually, IIRC (from something I read in one of the CC40 manuals BITD), the CC40 BASIC is a subset of TI BASIC. I suspect the programs should run without the need for conversion. 1 Quote Share this post Link to post Share on other sites
+FarmerPotato #6 Posted April 22, 2020 (edited) 18 hours ago, Ksarul said: Actually, IIRC (from something I read in one of the CC40 manuals BITD), the CC40 BASIC is a subset of TI BASIC. I suspect the programs should run without the need for conversion. CC40 has several functions and commands, some from the broader TI BASIC family, outside of Extended Basic, some CC40 specific. The question is, does it save programs in the same format? I don't remember if I tried to OLD/SAVE across RS232 even. If it uses the same token table, there might still be keywords XB would not know. Others like RPT$ are probably just spelled out (wild hunch.) CC-40 Enhanced BASIC keywords that are not in TI-99/4A BASIC or Extended BASIC Mathematical Functions ACS ASN DEG GRAD INTRND LN PI - XB RAD SQR - Basic and XB String Functions KEY$ NUMERIC RPT$ - XB Memory Management ATTACH FRE RELEASE File I/O DELETE - Basic and XB FORMAT VERIFY Screen PAUSE TAB - XB Commands RENUMBER - same as RESEQUENCE CALLS ===== ADDMEM CLEANUP DEBUG EXEC GETLANG GETMEM INDIC IO POKE RELMEM SETLANG note: CALL VERSION returns 10 Edited April 22, 2020 by FarmerPotato Noted my mistakes where things are in XB Quote Share this post Link to post Share on other sites
+Lee Stewart #7 Posted April 22, 2020 1 hour ago, FarmerPotato said: CC40 has several functions and commands, some from the broader TI BASIC family, outside of Extended Basic, some CC40 specific. Indeed. However, a few of what you listed are, in fact, in XB: PI, SQR, RPT$, DELETE, TAB. ...lee Quote Share this post Link to post Share on other sites
+FarmerPotato #8 Posted April 22, 2020 3 minutes ago, Lee Stewart said: Indeed. However, a few of what you listed are, in fact, in XB: PI, SQR, RPT$, DELETE, TAB. ...lee So they are. I got mixed up with the several flavors of Visual Basic in my head. I thought TI had SQRT. I don't recall ever knowing to use TAB! Quote Share this post Link to post Share on other sites