We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

User:Xysdd/Sandbox

From Esolang
Jump to navigation Jump to search

Ideas

  • a family of languages layered, implemented by lower level languages in this family
  • a matrioshka language append input after code (modify code itself or internal state?)

layer: lowest level

data unit

4 bit/16 bit as data unit, called character/word?

as language may use different character set for easier reading

0123456789ABCDEF
(more)

instruction 4 characters (16 bit) long, word

  • running code memory: 16 words
  • other memory: 65536 words
  • storage tape

instruction set

16 opcodes

  • arithmetic: add, truncsub
  • branch
  • memory: character move?