Y
Hacker News
new
|
ask
|
show
|
jobs
by
waynecolvin
3424 days ago
Yeah. But for a function with parameters there needs to be a way to associate values with parameters. There are different ways to do that, but even a static global would be accessed by address.
1 comments
dreamcompiler
3424 days ago
At the gate level, "accessing by address" is demultiplexing. It selects one of n output lines with log2(n) input signals.
https://en.m.wikipedia.org/wiki/Multiplexer#Digital_demultip...
link