Difference between revisions of "Memory"

From The Powder Toy
Jump to: navigation, search
(Enter a short summary [b])
(Enter a short summary [b])
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  The details of organization on real memory modules s. a. DDR is not actual inside this context. To make primitive ALU Needed ~2x binary 8bit blocks of temporary memory and one for executor cache.
 
  The details of organization on real memory modules s. a. DDR is not actual inside this context. To make primitive ALU Needed ~2x binary 8bit blocks of temporary memory and one for executor cache.
  
== Ierarhy ==
+
=== Ierarhy ===
 
# BlockChain
 
# BlockChain
 
## Block
 
## Block
Line 14: Line 14:
 
##### Com - component of value
 
##### Com - component of value
  
== Interfaces ==
+
=== Interfaces ===
 
For ceil, block and blockchain(common):
 
For ceil, block and blockchain(common):
  
MOP(MVO)
+
; MOP(MVO)
* Add(1)&sub(0)
+
: Add(1)&sub(0)
OPeration
+
; OPeration
* Add(1)&sub(0)
+
: Add(1)&sub(0)
LS
+
; LS
* listof channels eq. Length of ceils
+
: listof channels eq. Length of ceils
* Logic bits(sCOM) (MOP & OP 1/0) - sparked when out ouf range
+
: Logic bits(sCOM) (MOP & OP 1/0) - sparked when out ouf range
 
{{ save | id=3186559 }}
 
{{ save | id=3186559 }}
  
== Schems ==
+
=== Schems ===
== Introduction to Digit ==
+
==== Introduction to Digit ====
Very Briefly
 
 
Numbers - chars, - presentation.
 
Numbers - chars, - presentation.
  
 
'''Codings''':  
 
'''Codings''':  
* ''Original'' (Natural series, - on fingers)
+
* ''Original'' (Natural equiv. series, - on fingers)
 
  Two states(1 bit) of origin - access to next ceil will be opened by each charged orig.
 
  Two states(1 bit) of origin - access to next ceil will be opened by each charged orig.
  - Serial communication. Example: PSTN with conductive usage (PSCN ADD & NSCN SUB, with -1 & ++ contacts for COM).
+
  - Serial communication.  
 +
[[File:NATURAL_EQUIV.gif]] [[File:NATURAL_EQUIV1.gif]]
 +
 
 
* ''Cryptographic''
 
* ''Cryptographic''
 
# Positional - access to next ceil will be opened by each charge seria
 
# Positional - access to next ceil will be opened by each charge seria
Line 41: Line 42:
 
## decimal
 
## decimal
 
## hexadecimal
 
## hexadecimal
 +
 +
----
 +
 +
=== Addition ===
 +
{{ save | id=3186936 }}

Latest revision as of 09:01, 16 December 2024

Introduction

Inside TPT You can find a long list of constructive solutions typeof "data storage" in order to allow signals to be reserved into other forms only. Instead of storage, - memory(RAM) - it is blockchains of vectorized, managed memory based on transitive P-N logic(math and energy) usable by ALU.

The details of organization on real memory modules s. a. DDR is not actual inside this context. To make primitive ALU Needed ~2x binary 8bit blocks of temporary memory and one for executor cache.

Ierarhy

  1. BlockChain
    1. Block
      1. Ceil
        1. Item - volume
          1. Origin - communicator
          2. Com - component of value

Interfaces

For ceil, block and blockchain(common):

MOP(MVO)
Add(1)&sub(0)
OPeration
Add(1)&sub(0)
LS
listof channels eq. Length of ceils
Logic bits(sCOM) (MOP & OP 1/0) - sparked when out ouf range

Schems

Introduction to Digit

Numbers - chars, - presentation.

Codings:

  • Original (Natural equiv. series, - on fingers)
Two states(1 bit) of origin - access to next ceil will be opened by each charged orig.
- Serial communication. 

NATURAL EQUIV.gif NATURAL EQUIV1.gif

  • Cryptographic
  1. Positional - access to next ceil will be opened by each charge seria
    1. binary - Dual volume seria
    2. octa
    3. decimal
    4. hexadecimal

Addition