LBPHacker
LBPHacker
646 / 14
7th Jul 2018
2nd Apr 2022
I made a computer again. It can do a lot of stuff the previous one couldn't and still can't do a lot of stuff I'd like it to be able to do. It definitely can solve quadratic equations. Check the relevant forum thread too. And try tpt.setfpscap(2)!
technology computer magic electronics 16bit processor programmable subframe rt2812a r216

Comments

  • LBPHacker
    LBPHacker
    20th Jun 2020
    The lower half of the character set is just 7-bit ASCII, the upper half is seen in id:2453584 . As for the protocol, just look at example programs in the manual. It's really easy to figure out.
  • Chemlab
    Chemlab
    20th Jun 2020
    And what is the charachter set?
  • Chemlab
    Chemlab
    18th Jun 2020
    What is the communication protocol of the RT2?
  • LBPHacker
    LBPHacker
    14th Jun 2020
    SPRK spreads in its update function, and yes, you can get weird behaviour if you let a SPRK be created with some random ID. If you really need to do that, there's a technique that lets you control what IDs are assigned to newly created particles, but it's somewhat complicated. It's actually a more recent development than this creation, so this uses none of that. I won't explain it in the comments but if you join #powder-subframe, someone certainly will.
  • forthe
    forthe
    14th Jun 2020
    Just a general question on subframe, is sparks spreading to other conductors handled in SPRK's update function, or is it in the simulation code directly? That being said, is it safe to C/DRAY a SPRK onto an empty space, because its ID would be unspecified?
  • Qweryntino
    Qweryntino
    7th Jun 2020
    manual does a perfect job at teaching assembly though cuz it's so well writen
  • LBPHacker
    LBPHacker
    31st May 2020
    Would have been odd if it didn't.
  • JustAPlayer
    JustAPlayer
    31st May 2020
    i tried doing it with one of the examples for that really tiny tesla-whatever and it worked!
  • LBPHacker
    LBPHacker
    30th May 2020
    Oh so you asked about tptasm in the comment section of a save that you knew has nothing to do with tptasm. Perfect way to confuse me. Anyway, tptasm *does* also use assembly, it just doesn't support this particular computer. As for the terminal's ROM, the characters are not "unused", they're readily available to anyone who uses code points 128 and above. Nobody does though. *shrug*
  • JustAPlayer
    JustAPlayer
    30th May 2020
    i "typed" that so fast because the whole comment including the bonus thing was too long so i split it up using Ctrl+X