All public logs
From T729 Balanced Ternary Computer
Jump to navigationJump to search
Combined display of all available logs of T729 Balanced Ternary Computer. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:14, 24 June 2024 MrDyne talk contribs created page File:max logic gate.svg
- 08:14, 24 June 2024 MrDyne talk contribs uploaded File:max logic gate.svg
- 22:40, 21 June 2024 MrDyne talk contribs created page Low Open High (Created page with "I have not yet figured out a way to do low, open, high logic yet. It may not be possible or only work with discrete components. It most likely requires resisters and diodes. Resisters are not recommended in chip design.")
- 22:25, 21 June 2024 MrDyne talk contribs created page Full Custom Chip (Created page with "A full custom chip is very much a pipe dream at this point.")
- 16:15, 21 June 2024 MrDyne talk contribs created page Data Storage (Created page with "== Ternary Data Units == Base three does not align very well with decismal. Binary uses the "Magic Number" 1024 (2^10) which is very close to 1000. Ternary does not have a value that fits this well. So one must just be chosen. The nearest is 729 (3^6). Instead of barrowing binary unit names I came up with my own unit names from the end letters of Heptavintimal. {| class="wikitable" style="text-align: center; font-family: monospace;" |+ Ternary Data Units |- ! P...")
- 03:36, 20 June 2024 MrDyne talk contribs created page T Language (Created page with "The T language is just "C/C++" for the T729. Developing this is a far future goal.")
- 03:35, 20 June 2024 MrDyne talk contribs created page Construct (Created page with "Construct is the "assembly" programming language for the T729. Developing this is a future goal.")
- 03:17, 20 June 2024 MrDyne talk contribs created page Unsorted Pages (Created page with "* Add")
- 15:36, 17 June 2024 MrDyne talk contribs created page Project Goals (Created page with "I have a few main goals for this project that overlap. * Creating a balanced ternary computer architecture that all other goals use. * Creating a web browser simulator that spoofs a alt-history 1990s ternary PC. * Working towards physical implimentation; FPGA, custom chips.")
- 09:24, 16 June 2024 MrDyne talk contribs created page Talk:Main Page (Created page with "== Links To Useful Wiki Stuff == MediaWiki:Common.css")
- 06:24, 13 June 2024 MrDyne talk contribs created page Dual Binary (Created page with "<div style="float: right; text-align: center;"> <table class="tt"> <tr> <td colspan="3">Dual Binary</td> </tr> <tr> <td class="tt_bb"><b>N</b></td> <td class="tt_bb"><b>P</b></td> <td class="tt_bb tt_bl"><b>T</b></td> </tr> <tr> <td>0</td> <td>0</td> <td class="tt_bl tt_g">0</td> </tr> <tr> <td>0</td> <td>1</td> <td class="tt_bl tt_b">+</td> </tr> <tr> <td>1</td> <td>0</td> <td class="tt_bl tt_r">-</td> </tr>...")
- 20:03, 8 June 2024 MrDyne talk contribs created page NAND (Binary Gate) (Redirected page to AND (Binary Gate)) Tag: New redirect
- 08:20, 8 June 2024 MrDyne talk contribs created page NOT (Binary Gate) (Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bb"><b>B</b></td> </tr> <tr> <td>0</td> <td class="tt_bl">1</td> </tr> <tr> <td>1</td> <td class="tt_bl">0</td> </tr> </table> </div>")
- 08:17, 8 June 2024 MrDyne talk contribs created page XOR (Binary Gate) (Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">XOR</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>1</td> </tr> <tr> <td class="tt_br">1</td> <td>1</td> <td>0</td> </tr> </table> <table class="tt"> <tr> <td class="t...")
- 08:15, 8 June 2024 MrDyne talk contribs created page OR (Binary Gate) (Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">OR</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>0</td> </tr> <tr> <td class="tt_br">1</td> <td>0</td> <td>1</td> </tr> </table> <table class="tt"> <tr> <td class="tt...")
- 05:28, 8 June 2024 MrDyne talk contribs created page AND (Binary Gate) (Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">AND</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>0</td> </tr> <tr> <td class="tt_br">1</td> <td>0</td> <td>1</td> </tr> </table> <table class="tt"> <tr> <td class="t...")
- 18:52, 5 June 2024 MrDyne talk contribs created page Terminal (Created page with "== Colors == {| class="wikitable" style="text-align: center; font-family: monospace;" |+ 3-trit Color Table |- ! Hep !! 3-trits !! Color !! Name !! Hex Color |- | 0 || --- || style="background: #000000" | || Black || #000000 |- | 1 || --0 || style="background: #00007F" | || Navy || #00007F |- | 2 || --+ || style="background: #0000FF" | || Blue || #0000FF |- | 3 || -0- || style="background: #007F00" | || Laurel || #007F00 |-...")
- 03:55, 5 June 2024 MrDyne talk contribs created page COM (Ternary Gate) (Created page with "<big><b>Compare</b></big> == Uses == A tree of compares can calculate down if a register is negative, zero, or positive. This is done as part of the ALU Flags. I do not know yet if it is useful to Compare say two registers. == Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">COM</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_r tt_bb">-</td> <td class="tt_g tt_bb">0</td>...")
- 17:14, 4 June 2024 MrDyne talk contribs created page Ternary Operations (Created page with "(Not in any order yet.) * Add (Ternary)")
- 17:16, 3 June 2024 MrDyne talk contribs created page Template:OPtip (Created page with "<div class="optip_a"> {{{1}}} <div class="optip_b"> {{{2}}}<br /> NME: {{{3}}}<br /> HEP: {{{4}}}<br /> DEC: {{{5}}}<br /> TRI: {{{6}}} </div> </div>")
- 17:12, 3 June 2024 MrDyne talk contribs created page Instruction Set Map (Created page with "<table class="wikitable" style="text-align: center; font-family: monospace;"> <tr> <th>__</th> <th>0</th> <th>1</th> <th>2</th> <th>3</th> <th>4</th> <th>5</th> <th>6</th> <th>7</th> <th>8</th> <th>9</th> <th>A</th> <th>B</th> <th>C</th> <th>D</th> <th>E</th> <th>F</th> <th>G</th> <th>H</th> <th>I</th> <th>J</th> <th>K</th> <th>L</th> <th>M</th> <th>N</th> <th>O</th> <th>P</th> <th>Q</th> </tr> <tr> <th>0</th>...")
- 18:47, 29 May 2024 MrDyne talk contribs created page Add (Ternary) (Created page with "<big><b>Add</b></big> == Uses == == Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bb"><b>B</b></td> <td class="tt_bb"><b>Ci</b></td> <td class="tt_bl tt_bb"><b>Co</b></td> <td class="tt_bb"><b>S</b></td> </tr> <tr> <td class="tt_r">-</td> <td class="tt_r">-</td> <td class="tt_r">-</td> <td class="tt_bl tt_b">+</td> <td class="tt_g">0</td> </tr> <tr> <td class="tt_r">-</...")
- 18:00, 29 May 2024 MrDyne talk contribs moved page DEC Ternary Gate to DEC (Ternary Gate) without leaving a redirect
- 18:00, 29 May 2024 MrDyne talk contribs moved page INC Ternary Gate to INC (Ternary Gate) without leaving a redirect
- 18:00, 29 May 2024 MrDyne talk contribs moved page NEG Ternary Gate to NEG (Ternary Gate) without leaving a redirect
- 17:59, 29 May 2024 MrDyne talk contribs deleted page MAX Ternary Gate (content was: "#REDIRECT MAX (Ternary Gate)", and the only contributor was "MrDyne" (talk))
- 17:59, 29 May 2024 MrDyne talk contribs moved page MAX Ternary Gate to MAX (Ternary Gate)
- 17:58, 29 May 2024 MrDyne talk contribs moved page MIN Ternary Gate to MIN (Ternary Gate) without leaving a redirect
- 17:58, 29 May 2024 MrDyne talk contribs moved page XOR Ternary Gate to XOR (Ternary Gate) without leaving a redirect
- 17:58, 29 May 2024 MrDyne talk contribs moved page ANY Ternary Gate to ANY (Ternary Gate) without leaving a redirect
- 17:58, 29 May 2024 MrDyne talk contribs moved page CON Ternary Gate to CON (Ternary Gate) without leaving a redirect
- 17:57, 29 May 2024 MrDyne talk contribs moved page SUM Ternary Gate to SUM (Ternary Gate) without leaving a redirect
- 05:54, 25 May 2024 MrDyne talk contribs created page Heptavintimal (Created page with "Heptavintimal is a base-27 numeral system. (Also called Septemvigesimal in language-related topics.) It is the ternary version of hexadecimal. == Styles == * 0-9 and A-Q * A-Z and 0 * 0 and A-Z")
- 07:57, 24 May 2024 MrDyne talk contribs moved page T729 to Main Page without leaving a redirect
- 07:57, 24 May 2024 MrDyne talk contribs deleted page Main Page
- 07:41, 24 May 2024 MrDyne talk contribs created page DEC Ternary Gate (Created page with "<p> Decrement </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2">DEC</td> <td class="tcb">B</td> </tr> <tr> <td rowspan="3" class="tca">A</td> <td class="tcr1">-</td> <td class="tc3">+</td> </tr> <tr> <td class="tcr2">0</td> <td class="tc1">-</td> </tr> <tr> <td class="tcr3">+</td> <td class="tc2">0</t...")
- 07:40, 24 May 2024 MrDyne talk contribs created page INC Ternary Gate (Created page with "<p> Increment </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2">INC</td> <td class="tcb">B</td> </tr> <tr> <td rowspan="3" class="tca">A</td> <td class="tcr1">-</td> <td class="tc2">0</td> </tr> <tr> <td class="tcr2">0</td> <td class="tc3">+</td> </tr> <tr> <td class="tcr3">+</td> <td class="tc1">-</t...")
- 07:28, 24 May 2024 MrDyne talk contribs created page NEG Ternary Gate (Created page with "<p> Minimum </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2">NEG</td> <td style="border-bottom: 4px solid black;">B</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr1">-</td> <td class="tc2">+</td> </tr> <tr> <td class="tcr2">0</td> <td class="tc3">0</td> </tr> <tr> <td class="tcr3">+</td> <td cl...")
- 06:57, 24 May 2024 MrDyne talk contribs created page MAX Ternary Gate (Created page with "<p> Maximum </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2" rowspan="2">SUM</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb1">-</td> <td class="tcb2">0</td> <td class="tcb3">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr1">-</td> <td class="tc1">-</td> <td class="tc2">0</td> <td class...")
- 06:44, 24 May 2024 MrDyne talk contribs created page MIN Ternary Gate (Created page with "<p> Modulo-3 Sum </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2" rowspan="2">SUM</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb1">-</td> <td class="tcb2">0</td> <td class="tcb3">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr1">-</td> <td class="tc1">-</td> <td class="tc1">-</td> <td...")
- 21:46, 23 May 2024 MrDyne talk contribs created page XOR Ternary Gate (Created page with "<div style="float: right; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse; text-align: center;"> <tr> <td class="tct" colspan="2" rowspan="2">XOR</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb">-</td> <td class="tcb">0</td> <td class="tcb">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr">-</td> <td class="tc2">+</td> <td class="tc3">0</td> <td class="tc1">-</td> </tr> <tr>...")
- 21:43, 23 May 2024 MrDyne talk contribs created page ANY Ternary Gate (Created page with "<div style="float: right; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;" text-align: center;> <tr> <td class="tct" colspan="2" rowspan="2">ANY</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb">-</td> <td class="tcb">0</td> <td class="tcb">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr">-</td> <td class="tc1">-</td> <td class="tc1">-</td> <td class="tc3">0</td> </tr> <tr>...")
- 21:25, 23 May 2024 MrDyne talk contribs created page CON Ternary Gate (Created page with "<div style="font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse; text-align: center;"> <tr> <td class="tct" colspan="2" rowspan="2">CON</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb">-</td> <td class="tcb">0</td> <td class="tcb">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr">-</td> <td class="tc1">-</td> <td class="tc3">0</td> <td class="tc3">0</td> </tr> <tr> <td class="...")
- 20:49, 23 May 2024 MrDyne talk contribs created page MediaWiki:Common.css (Created page with ".tc1 {background-color: #ff8888; width: 24px; height: 24px;} .tc2 {background-color: #88ff88; width: 24px; height: 24px;} .tc3 {background-color: #8888ff; width: 24px; height: 24px;} .tct {border-bottom: 2px solid black; border-right: 2px solid black;} .tcr {border-right: 2px solid black; width: 24px; height: 24px;} .tcb {border-bottom: 2px solid black; width: 24px; height: 24px;}")
- 20:46, 23 May 2024 MrDyne talk contribs created page SUM Ternary Gate (Created page with "<table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2" rowspan="2">SUM</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb">-</td> <td class="tcb">0</td> <td class="tcb">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr">-</td> <td class="tc2">+</td> <td class="tc1">-</td> <td class="tc3">0</td> </tr> <tr> <td class="tcr">0</td> <td class="tc1">-</td> <td class="tc3">0</td> <td class="...")
- 09:34, 22 May 2024 MrDyne talk contribs created page User:MrDyne (Created page with ""MrDyne" is my internet persona. In my teenage years I would play the video game Halo with friends. The main character in the game is called Master Chief. My game save / split screen / local multiplayer name was Master_*name*. However I quickly found that, that username was ALWAYS taken on online multiplayer games. My favorite game is Perfect Dark for the Nintendo 64. In the game is a villain tech and weapons company called "dataDyne". I also owned a cheap Dynex brand...")
- 08:33, 22 May 2024 MrDyne talk contribs created page T729:About (Created page with "__NOTOC__ {{DISPLAYTITLE:About}}")
- 08:31, 22 May 2024 MrDyne talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges * SEARCH * TOOLBOX")
- 03:29, 12 April 2024 MrDyne talk contribs created page MediaWiki:Mainpage (Created page with "T729")
- 03:22, 12 April 2024 MrDyne talk contribs created page T729 (Created blank page)