Current Focus: Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "* Optimizing Circuitverse Project Multiplier to Speed Up Result Output. ** Parallelizing Adds (A+B)+(C+D)+(E+F) ** Creating Multiplier Specific Carry Select Adder ** Exploring Carry Selection In Multiplayer ** Karatsuba Algorithm? * Exploring Ideas ** Expanding from 6-trit to 9-trit. ** Wild Length Instructions *** Instructions only use negative/positive trits. (Binary-ish) *** Zeros are used to mark the end of an instruction. *** Instructions don't need to line up with...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
** Exploring Carry Selection In Multiplayer
** Exploring Carry Selection In Multiplayer
** Karatsuba Algorithm?
** Karatsuba Algorithm?
* Hung Up On
** Choosing Registers
** How To Order Instructions
** Choosing Instruction Memory Modes


* Exploring Ideas
* Exploring Ideas

Latest revision as of 19:54, 13 March 2025

  • Optimizing Circuitverse Project Multiplier to Speed Up Result Output.
    • Parallelizing Adds (A+B)+(C+D)+(E+F)
    • Creating Multiplier Specific Carry Select Adder
    • Exploring Carry Selection In Multiplayer
    • Karatsuba Algorithm?


  • Hung Up On
    • Choosing Registers
    • How To Order Instructions
    • Choosing Instruction Memory Modes


  • Exploring Ideas
    • Expanding from 6-trit to 9-trit.
    • Wild Length Instructions
      • Instructions only use negative/positive trits. (Binary-ish)
      • Zeros are used to mark the end of an instruction.
      • Instructions don't need to line up with tryte/word.