Riskete manual

  • DanielUbTb
    30th Dec 2021 Member 1 Permalink

    This is a Thread to discuss the Riskete, you can find the manual here:

     

    Manual

     

    If you find any bugs or need help with anything comment on this thread.

    Also if you know about computer architectures and you think something could be implemented better please let me know. I have a fine grasp of RISC-V and ARM, but i don´t really know anything. 

    Edited once by DanielUbTb. Last: 30th Dec 2021
  • BOBHAMSTER
    30th Dec 2021 Member 1 Permalink

    what does it do?

  • DanielUbTb
    30th Dec 2021 Member 0 Permalink

    compute xd

    But the most important operations it can do is add and substract two 29-bit numbers (from 268435455 to -268435456), also shifts and logic operations.
    And since it is Turing Complete it can do any operation you can think of, if it can fit in the RAM

    Edited once by DanielUbTb. Last: 30th Dec 2021
  • jdm1891
    2nd Jan 2022 Member 0 Permalink

    How does it work, I don't see any logic gates inside. It's tiny too! What does all the FILT do?

  • DanielUbTb
    2nd Jan 2022 Member 0 Permalink

    The FILT are the logic gates, FILT has the property that it can do logical operations with 30-bit values so i use that to do all the operations.