8K version of the R216K2A.
programmable
electronic
r216k2a
z3thanks
z2tags
z1more
z0no
computer
subframe
z4everyone
Comments
-
If you put it right next to your Saves folder, the path to it becomes simply "r2asm.lua". If you even put your assembly files next to your Saves folder, the path to those becomes "*.asm" too. That means you could run the assembler with loadfile("r2asm.lua")("code.asm").
-
I already have r2asm in my hands, now where I will put
-
ok thank
-
It's in the manual. https://lbphacker.pw/powdertoy/R216/manual.md
-
you have the Download Link of (assembler)
-
Wherever you download the assembler.
-
just a question, where is the path \ to \ script folder
-
I forgot to say that the script is in the powder toy folder example loadfile (powder toy \ filt.lua)
-
I forgot to say that the script is in the powder toy folder example loadfile (powder toy \ filt.lua)
-
Just do what the manual says (which I hope you ***have*** read): loadfile("/path/to/r2asm.lua")("/path/to/code.asm") -- you'll of course need to use valid paths.