Anonymous

Project:Ball Computer: Difference between revisions

From London Hackspace Wiki
m
Line 77: Line 77:


=== Registers/Stack ===
=== Registers/Stack ===
We also need to consider whether we have some sort of stack or registers for the actual calculations (i.e. where do we read/write to and from?).
We also need to consider whether we have some sort of stack or registers for the actual calculations (i.e. where do we read/write to and from?). Initial thought is that registers are easiest to manage physically, but a stack might make for nicer programming (though it would also overflow).