LBPHacker
LBPHacker
652 / 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
    16th Sep 2018
    Glad you like it :D Good to see this thing still attracting attention.
  • Sapsan
    Sapsan
    16th Sep 2018
    amazing
  • LBPHacker
    LBPHacker
    30th Aug 2018
    IEEE 754 single-precision floats can handle 32-bit integers :P well, some of them. It gets weird above 16777216.
  • Kostia4381
    Kostia4381
    30th Aug 2018
    I put in a 32-bit integer and WHAT THE HECK IT WORKS
  • Cool4Cool
    Cool4Cool
    25th Aug 2018
    Here's the program, if anyone is curious: (id:2319224)
  • Cool4Cool
    Cool4Cool
    23rd Aug 2018
    @gunpowderTR: I am aware of this, my program only dumps the lower 16 bits that ARE readable. I guess you can't call it a full dump, but it would still be useful for reading data and the stack.
  • gunpowderTR
    gunpowderTR
    23rd Aug 2018
    Cool4Cool: you can't actually dump the ram in this one, the data is 29 wide and the upper 13 bits are only writeable, not readable hence you cant dump the whole thing
  • Cool4Cool
    Cool4Cool
    20th Aug 2018
    @Tom_Foolery LMAO I can't believe somebody remembers my hexdump utility. I'll port and post it with a demo, when I have the time.
  • QuanTech
    QuanTech
    6th Aug 2018
    i wonder how much more compact this could be made if every single ARAYguns/DRAYguns/etc.gun used the CONV .tmp trick (i'm not asking you to do it, just wondering out loud :P)
  • ColdWater
    ColdWater
    1st Aug 2018
    I made a snake game for this! id:2310970