New pages

From TernaryWiki
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects

6 August 2025

4 August 2025

29 July 2025

25 July 2025

22 May 2025

  • 11:4911:49, 22 May 2025 AI Notice (hist | edit) [535 bytes] MrDyne (talk | contribs) (Created page with "Any AI generated content placed on this Wiki will be labeled as such. I do use chat AI as a "rubber ducky" to work out some tech and computer concepts. AI has not been used to do any direct work on this project yet. AI has not been used to edit or generate any pages on this Wiki, yet. I do mess around a lot with HTML5 and use one off .html files as project tools, e.g. generating Instruction Set Map. Stuff that should probably be done with Python; but I very much...")
  • 00:0400:04, 22 May 2025 Multiply (Ternary) (hist | edit) [6,076 bytes] MrDyne (talk | contribs) (Created page with "<big><b>Ternary Multiply</b></big> == Uses == Multiplies two inputs together.")

20 May 2025

  • 23:0623:06, 20 May 2025 ALU (hist | edit) [602 bytes] MrDyne (talk | contribs) (Created page with "'''Arithmetic Logic Unit''' preforms arithmetic and logic operations on data. It is a fundamental building block of most CPUs. ==References== * [https://en.wikipedia.org/wiki/Arithmetic_logic_unit Wikipedia Arithmetic Logic Unit]")

12 May 2025

  • 10:5910:59, 12 May 2025 Rotate (Ternary) (hist | edit) [516 bytes] MrDyne (talk | contribs) (Created page with "<big><b>Register Rotate</b></big> Rotate left and right works very similar to Shift but what gets shifted out gets shifted in on the other end. Rotate up and down increment and decrement all trits. There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included.")
  • 10:4910:49, 12 May 2025 Shift (Ternary) (hist | edit) [387 bytes] MrDyne (talk | contribs) (Created page with "<big><b>Register Shift</b></big> Register shift, shifts all trits to the left or right. What is shifted in can be selected; negative, zero, positive. == Uses == A left shift will cube the result. A right shift will cube-root the result. === Logical === Logical shifts exclude the ALU barrow/carry flag trit. === Arithmetic === Arithmetic shifts include the ALU barrow/carry flag trit.")