demonstration of my new RAM:D
Comments
-
Svetlec: nothing subframe there
-
if only i was good at subframe, oh well ill get there eventually, anyways +1
-
or use the fps bar mod
-
use this command in console to make it run faster without breakin the machine: ''tpt.setfpscap(9999)'' this command works as an fps unlocker.
-
Jerehmia: okay
-
@hyper_cubes perhaps you should take a look at id:2999520 too, those are super fast increment (y=x+1), decrement (y=x-1) and 2's complement (y=-x).
-
@hyper_cubes Sure, id:3042047
-
Jerehmia: i dont really understand, can you make a save with showing it?
-
@hyper_cubes subtract is just an add with 2 bitwise not operations (flip all bits except the highest red bit). if ~ is the bitwise not operation then a - b = ~(~a + b). This makes sense because a - b = -(-a + b).
-
i think im gonna make better RAM and 3 types of ROM 1: A value 2: B value and instruction ROM