LBPHacker
LBPHacker
96 / 0
1st May
3rd May
I made a computer again. It can do a lot of stuff the previous one couldn't and can do most stuff that I'd ever wanted a TPT computer to do. It definitely can churn out Fibonacci numbers and primes. Check the relevant forum thread too.
subframe processor technology mandelbrot dayofweek fibonacci prime r316 computer magic

Comments

  • deathhawk
    deathhawk
    7th May
    @LBPHacker will there ever be audio added to this game?
  • LBPHacker
    LBPHacker
    7th May
    The ALU is 16b but I rolled my own bignum primitive for fibonacci. It uses base 10000 digits to make printing easier. Fibonacci happens to be one of the demos that I've already documented, see https://github.com/LBPHacker/R316/blob/v2/examples/demo.asm
  • penguinrules
    penguinrules
    7th May
    What's the integer limit on this computer? Seems like fibonacci can run indefinitely with sufficient ram?
  • deathhawk
    deathhawk
    7th May
    this is one of the fastest computers in the powder soy
  • @RandomGoober And from my experience, writing and maintaining assembly code is significantly harder and less productive than working with higher-level languages like C/C++. Nearly all modern software development relies on higher-level languages because they are more accessible, maintainable, and portable.
  • @RandomGoober Using a transpiler to convert between different assembly languages (such as MIPS or ARM32 to another architecture) is generally not a practical approach though. Programming directly in modern ASM is notoriously difficult and time-consuming.
  • CATSSMAC
    CATSSMAC
    6th May
    waiting for a working TPT inside TPT
  • LBPHacker
    LBPHacker
    6th May
    Consult the manual.
  • hello128bit
    hello128bit
    6th May
    is the instruction set cisc or risc
  • cindypasi
    cindypasi
    6th May
    deathhawk: prob only 2d