LBPHacker
LBPHacker
657 / 14
7th Jul 2018
20th September
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
    26th Aug 2020
    It has in fact been done, id:2401056
  • KungZacharias
    KungZacharias
    26th Aug 2020
    so what you are saying is that it is entirely possible to create a minimalist snake game on this computer alone?
  • LBPHacker
    LBPHacker
    21st Aug 2020
    Read the manual.
  • rysiaczek1234
    rysiaczek1234
    21st Aug 2020
    how to use it
  • LBPHacker
    LBPHacker
    10th Aug 2020
    JS is not a compiled language and C++ is way too bloated for this speed range and amount of RAM, but C is entirely possible, and I've been looking into it for quite some time.
  • RaconTPT
    RaconTPT
    10th Aug 2020
    can you make a JS/c++ compiler for it
  • KoroPandaFuego
    KoroPandaFuego
    29th Jul 2020
    halo halo
  • LBPHacker
    LBPHacker
    25th Jun 2020
    Post the code somewhere. I can only imagine that happening if *all* you have in your file is that line with that single label, which may confuse the assembler (since there's nothing to assemble).
  • Chemlab
    Chemlab
    24th Jun 2020
    I keep getting an error from r2asm that says "line 1: expected mnemonic, 'dw' or 'org';" but all I wrote on line 1 was "start:"
  • 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.