LBPHacker
LBPHacker
117 / 5
26th Oct 2018
3rd Aug 2021
8K version of the R216K2A.
programmable electronic r216k2a z3thanks z2tags z1more z0no computer subframe z4everyone

Comments

  • LBPHacker
    LBPHacker
    2nd Nov 2018
    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").
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    I already have r2asm in my hands, now where I will put
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    ok thank
  • LBPHacker
    LBPHacker
    2nd Nov 2018
    It's in the manual. https://lbphacker.pw/powdertoy/R216/manual.md
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    you have the Download Link of (assembler)
  • LBPHacker
    LBPHacker
    2nd Nov 2018
    Wherever you download the assembler.
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    just a question, where is the path \ to \ script folder
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    I forgot to say that the script is in the powder toy folder example loadfile (powder toy \ filt.lua)
  • lukinhagf
    lukinhagf
    2nd Nov 2018
    I forgot to say that the script is in the powder toy folder example loadfile (powder toy \ filt.lua)
  • LBPHacker
    LBPHacker
    2nd Nov 2018
    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.