LBPHacker
LBPHacker
640 / 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

  • LBPHacker
    LBPHacker
    7th Jun 2022
    Ignore that, the tptasm arch implementation is outdated. In fact, ignore everything I don't state explicitly.
  • yourcomputerhasvirus
    yourcomputerhasvirus
    6th Jun 2022
    I hear he's making an R3, look on the tptasm page.
  • RaconTPT
    RaconTPT
    5th Jun 2022
    I guess i'll have to make a "29bit read" R2 mod.
  • dummy555
    dummy555
    6th May 2022
    This is actually amazing. You made a REAL functioning computer in the powder toy. Good work
  • LBPHacker
    LBPHacker
    6th May 2022
    There isn't.
  • RaconTPT
    RaconTPT
    6th May 2022
    Is there a way to read all 29 bits of memory? there only seems to be "swm" for writing.
  • RaconTPT
    RaconTPT
    6th May 2022
    Thk. I have now made a .0xmin -> .tptasm compiler.
  • LBPHacker
    LBPHacker
    3rd May 2022
    I currently have absolutely no idea why I did BUMP that way, but my guess is that the port hardware somehow got too complicated and I couldn't make it switch between register and immediate operands.
  • LBPHacker
    LBPHacker
    3rd May 2022
    Class 1 is the class of instructions that produce output but do not take input, so they don't need to be able to take an immediate operand. The exception to this is BUMP, which can in fact read from the register operand you pass to it, yet it's Class 1 for some reason, which means it can't take an immediate operand still.
  • RaconTPT
    RaconTPT
    2nd May 2022
    *i meant "OPER U16_I1"