The Signal State

The Signal State

Not enough ratings
32 Bytes of Memory
   
Award
Favorite
Favorited
Unfavorite
Tags: Puzzle
File Size
Posted
429.898 KB
15 Feb, 2022 @ 2:01pm
1 Change Note ( view )

Subscribe to download
32 Bytes of Memory

Description
Build a memory for 32 values.
Each cycle is either a read or write cycle. Memory addresses range from 0 to 31. In W-cycles write to the memory address, in R cycles output the value stored at that address.

Src1: R/W
Src2: Address (0-31)
Src3: Value (for W cycles)

Out: Memory Value (in R cycles)