They're discussing pseudo-assembly. Basically everythings done by hand with registers in binary and to program it; you have to set the filt ROM by hand and/or by using their compiler and the tpt console
Quoting from Synergy:
The first 5 bits are control bits:
[00000][...................][....................]
The next 12 bits are ARGA:
[........][000000000000][...................]
The final 12 bits are ARGB:
[........][...................][000000000000]
^That's the value for each filt's color in binary, so:
00011 000000000001 000000000001
means load registry address 1 to ram address 1, or in filt ctype:
50335745 which is the binary converted to decimal
Hope that helps, and sorry if I confused you further :(
Skaterboybob:
This... Makes no sense at all for me.
I really wanna mae a program for this computer, but these instructions dont make much sense to me. Usually I code (not in powder toy) in Python, Javascript, C++, C#, and HTML. But uh... This doesnt make much sense. A simpler version would be nice. a 'Making programs for dummies' kind of thing, maybe.
There's also some information regarding syntax here: https://github.com/harddal/SYNASM
PM me or post here if you have questions about certain things.
Yeah, this kinda just confused me more. And the github stuff isnt helping at all either. :/
Mainly because im reeeeeeeeeeeaaaaaaaaaaaaly not good at maths or powder toy in general.
At all.
Alright, After looking over the instructions for a while I kiiiiiiinnnda get it. It seems like regular binary. But the thing is I dont know how to import said binary into the computer.