LBPHacker
LBPHacker
651 / 14
7th Jul 2018
2nd Apr 2022
I made a computer again. It can do a lot of stuff the previous one couldn't and still can't do a lot of stuff I'd like it to be able to do. It definitely can solve quadratic equations. Check the relevant forum thread too. And try tpt.setfpscap(2)!
technology computer magic electronics 16bit processor programmable subframe rt2812a r216

Comments

  • RCAProduction
    RCAProduction
    12th Jul 2018
    An ALU is an Arithmetic Logic Unit, basically, it does math. In a simple form, all you need is an adder and some way to form the binary compliments. That allows you to do addition, subtraction, and with a higher level program, multiplication and division. Of course if you have those, you can do roots and powers, with an even higher level... The takeaway is an ALU does math, and can be simple or complex
  • LukyhustyCZE
    LukyhustyCZE
    12th Jul 2018
    Wow another awesome computer! :O +1
  • LBPHacker
    LBPHacker
    12th Jul 2018
    @DUC: Yeah I see ARAY more often nowadays than INWR. Eh old habits die hard, it's just what I do. I of course use ARAY where it's inevitable.
  • LBPHacker
    LBPHacker
    12th Jul 2018
    @LithiumJanus: Designing is up to you (i.e. what you want it to do and how). Did you read the part in the manual about the breakout box? Bump me in PM if you're still stuck.
  • DUC
    DUC
    12th Jul 2018
    @LBPHacker I usually like to use ARAY instead of INWR, since I use PSCN a lot and INWR can get sparked.
  • LBPHacker
    LBPHacker
    12th Jul 2018
    Note that that's just how I do things. Others do them differently. Every subframer has their own style, so to say. You know how all programmers write code differently? Well, subframe contraptions are basically programs written in a very esoteric language, as mark2222 once put it.
  • LBPHacker
    LBPHacker
    12th Jul 2018
    @NoVIcE: There is a reason for using INWR instead of FILT in some cases. What's nice about INWR is that DTEC stops changing ctype when is finds INWR, so INWR can be used to protect FILT from DTEC. Another reason is that INWR can be on the top of a stack, unlike FILT. I often need a particle that can be on top so I can hide stuff under it and that lets BRAY through. And DMND is better than INSL in general, as it stops CRAY too. I tend to only use INSL for barriers that are sometimes destroyed.
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    @NoVIcE, I really wish you at least had Discord so I can send u dm's.
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    /i don't understand quadratic equations/
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    I did *fav, never unfav'ing