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
-
Ignore that, the tptasm arch implementation is outdated. In fact, ignore everything I don't state explicitly.
-
I hear he's making an R3, look on the tptasm page.
-
I guess i'll have to make a "29bit read" R2 mod.
-
This is actually amazing. You made a REAL functioning computer in the powder toy. Good work
-
There isn't.
-
Is there a way to read all 29 bits of memory? there only seems to be "swm" for writing.
-
Thk. I have now made a .0xmin -> .tptasm compiler.
-
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.
-
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.
-
*i meant "OPER U16_I1"