Neuronensprache (NSP)

Confidentiality Level: TOP SECRET
Usage: Only for the authorized personnel of the Department of Neuroelectronics and AI Conditioning
Status: 1940, "EDEN" Facility, Sector 2


▶ Main Purpose

The Neuronensprache (NSP) is a technical machine language developed for the direct neural control of the EDEN System. It simulates biological processes through electronic logic and replaces classical binary architecture with basic semantic programming structures.


▶ Instructions and Commands

Instruction Meaning (German) Technical Function Example
HOCHHochfahrenInitializes the neural system (boot)HOCH
HALTStoppen / AnhaltenEnds the executionHALT
LADLadebefehlLoads B into A (from memory or input)LAD NZ1 ← SPEICH[004A]
ÜBGÜbergebenCopies value from B to AÜBG NZ2 ← NZ1
SICHSichernStores value A at memory addressSICH NZ2 → SPEICH[BILD]
VERGVergleichenCompares A with B and sets FLAGGEVERG NZ1 = "Human" → FLAGGE
SPRUNG+Sprungbefehl (positive)Jumps if FLAGGE is trueSPRUNG+ FLAGGE → #YES
SPRUNG-Sprungbefehl (negative)Jumps if FLAGGE is falseSPRUNG- FLAGGE → #NOT_HUMAN
SPRUNG0Sprungbefehl (unbedingt)Jumps unconditionallySPRUNG0 → #END
SCHREIBSchreibenEmits textual, audio, or eletromagnetic outputSCHREIB "Hello, human."
NULLNullwertNull / empty / resettable valueSICH NULL → SPEICH[BILD]
SPEICH[]SpeicheradresseMemory addressSPEICH[0060]
NZxNeuronenzelleNeural cell (internal register)NZ1, NZ2, NZ3
FLAGGEVergleichsstatus / FlaggeResult of the last comparisonUsed in SPRUNG+, SPRUNG-
#:SprungmarkierungCode label / jump marker#YES:, #END:
WARTENWartenWaits for N cycles or time unitsWARTEN 5
LERNLernenLearns or associates A with internal structureLERN "Human"
VERGESSEVergessenErases or disconnects memory associated with AVERGESSE SPEICH[BILD]
ERINNERNErinnernRecalls or reactivates prior memory AERINER SPEICH[BILD]

▶ Note

Execution of Neuronensprache routines must be subject to the absolute control of the central permission system. Runtime mutations, automatized learning, and self-association of memories must be logged within the maintenance layer of the EDEN core.

Created by: Dr. Gustavo Murbach
Approved by: Director of the Department of Applied Neurology – EDEN Facility


Distribution forbidden. Violations will be punished by death.