Close

Review

A project log for Jelly

A minimal DIY 8-bit CPU made with TTL chips, to perform native brainfu*k language, extended to use three sequential access tapes.

alvaro-barcellosAlvaro Barcellos 08/13/2022 at 22:570 Comments

*** I'm rewriting the logs, to review the order of changes ***

Jelly is not a common cpu.

There is no general registers, just 3-state buffers to keep the data bus safe. 

There is no arithmetic logical unit (ALU), just a eeprom with unary math results for copy, increment, decrement , negate and clear a byte.

There is  no comparator, just a flag is zero or not.

There is no input or output devices, just tapes to read or write,

There is no memory address, just moves to forward or to backward.

And Jelly executes a esoteric language.

Discussions