No Description provided.
math
electronics
computer
showcase
calculator
logic
gate
gates
arithmatic
Comments
-
and should i make a decoder to make the bitshift based on a binary number or something instead of how tpt does it with filt and the lsb
-
i guess i could do different kinds of bit shift.
-
I mean I suppose it's all the simple filt logic I have access to
-
and is the bitwise logic instructions i have the best for the job?
-
so, to make it a neat 4 bits, I need 15 instructions, plus passthrough. 12 instructions are there already. What's some more instructions i should give it?
-
but basically, these things take 1-2 binary numbers, and then does an operation on them.
-
you may need to learn hexidecimal if you don't already know it. at the very top of the multiplexer, if you type into console !set life aray 60, and progress frame by frame by pressing F when you sprk the SND, it's really easy to figure out what's going on.
-
@thecomputerguy a great place to start is reverse engineering pstn aray mechanisms with the "SUBFRAME CHIPMAKER SCRIPT". that script lets you view extra information about filt. you can get it by typing "tpt.getscript(1, "autorun.lua", 1)" in console then finding it in the script manager.
-
@Jerehmia solutions implimented based on your suggestions. it was update order related.
-
I wish i was good enough at this game to understand this.