I'll try to regularly answer tech questions here. Please only use the comment section for submitting questions.
tutorial
help
subframe
filt
ama
computer
60hz
electronics
electric
Comments
-
BTW for exact instructions im using TIS-100, and is it even possible to make a screen work with such limited power?
-
how do those giant screens work, i have a basic Computer with a few instructions and i want to make a 10x10 screen, how can i decode numbers like 67 42 31, etc to correspond to different pixels on the screen?
-
@tylermg i reccomend getting the subframe chipmaker script to read filt values
-
tylermg: What's the problem? And elaborate what you mean by: "read from filt".
-
i feel stupid
-
i am running into a funny problem, decoding. i also dont know how to read from filt
-
tylermg: For the memory I'm assuming you know how the memory itself works. You can have a register keep track of when the ALU output equals zero. Then your computer must have an operation which jumps to an address (given in the opcode) if the "zero flag" in the register is on.
-
tylermg: Division is the opposite: you subtract the second number from the first number until you detect an overflow error.
-
tylermg: Multiplication can be done by adding the first input to itself sequentially, for n times (With n being the factor of the multiplication.).
-
tylermg: id:2998545 is an easy demonstration of an adder.