0 Members and 1 Guest are viewing this topic.
Also, I hate TI hating linux. Not supported
Quote from: willrandship on April 19, 2011, 10:11:40 pmAlso, I hate TI hating linux. Not supported I know what you mean! I run linux on all of my computers except for one that runs windows. The only thing I use windows for is nspireLink, notepad for lua and LUAtoTNS.... I sometimes wish I had a mac that I could dual boot linux OSX
Quote from: willrandship on April 19, 2011, 08:50:13 pmWell, the Calc is at least 15 times more powerful. ARM vs z80, ARM wins. even if the z80s were 150 mhz, they would still lose.Partly, but not fully, because it has automatic multiplication (in z80, we have to do multiplication ourselves!)
Well, the Calc is at least 15 times more powerful. ARM vs z80, ARM wins. even if the z80s were 150 mhz, they would still lose.
Quote from: Hot_Dog on April 19, 2011, 08:51:27 pmQuote from: willrandship on April 19, 2011, 08:50:13 pmWell, the Calc is at least 15 times more powerful. ARM vs z80, ARM wins. even if the z80s were 150 mhz, they would still lose.Partly, but not fully, because it has automatic multiplication (in z80, we have to do multiplication ourselves!)In how many cycles can the ARM do multiplication? As an example the SH4A can do 32 *32 = 64, 32 * 32 = 32, @32 * @32 = 32 in 2 cycles. And it does 16 * 16 = 32 in 1 cycle. This is of course only when it is written properly. Otherwise it is 5 cycles and 3 cycles respectively.
@Hot Dog how is automatic multiplication a bad thing? Hardware multiplication would be faster, not slower, than software based methods.