SUSaNOO
SUSaNOO
19 / 4
11th May 2023
5th July
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

  • BombingHekt0r
    BombingHekt0r
    1st Jul 2023
    BTW for exact instructions im using TIS-100, and is it even possible to make a screen work with such limited power?
  • BombingHekt0r
    BombingHekt0r
    1st Jul 2023
    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?
  • tptQuantification
    tptQuantification
    21st Jun 2023
    @tylermg i reccomend getting the subframe chipmaker script to read filt values
  • SUSaNOO
    SUSaNOO
    20th Jun 2023
    tylermg: What's the problem? And elaborate what you mean by: "read from filt".
  • tylermg
    tylermg
    19th Jun 2023
    i feel stupid
  • tylermg
    tylermg
    19th Jun 2023
    i am running into a funny problem, decoding. i also dont know how to read from filt
  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    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.
  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    tylermg: Division is the opposite: you subtract the second number from the first number until you detect an overflow error.
  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    tylermg: Multiplication can be done by adding the first input to itself sequentially, for n times (With n being the factor of the multiplication.).
  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    tylermg: id:2998545 is an easy demonstration of an adder.