DanielUbTb
DanielUbTb
77 / 1
30th Dec 2021
8th Mar 2022
Trough the last year I've been developing a RISC-V like subframe-computer, and heres the end result!! It has some flaws but I'll make new versions to upgrade it. Read the manual for the instruction set and more explanations.
subframe computer advanced electronic filt lsns lsnstech

Comments

  • DanielUbTb
    DanielUbTb
    22nd Jun 2022
    @yourcomputerhasvirus it is 29 bit, the 30 bits that filt has minus one bit that is kept always true to avoid bray anihilation
  • DanielUbTb
    DanielUbTb
    22nd Jun 2022
    @RaconTPT sadly there isn't, and probably there won't be. But i'm working on a new computer that will be simpler :D
  • yourcomputerhasvirus
    yourcomputerhasvirus
    22nd Jun 2022
    i can't figure out what architecture it has, is it 16 bit or somthing?
  • RaconTPT
    RaconTPT
    6th Jun 2022
    is there tptasm support?
  • DanielUbTb
    DanielUbTb
    8th Mar 2022
    Updated to fix bugs with READ. Lately I've been doing some programs, but sadly I discovered there are a lot of bugs, i'll try to fix them all but for the moment this computer is discontinued :(
  • SUSaNOO
    SUSaNOO
    5th Feb 2022
    am I the only 1 who just doesn't get how to make an addition circuit in subframe.... can any 1 make a save with easy instructions and steps please, thanks.
  • David-P
    David-P
    6th Jan 2022
    I love how you place the decoders horizontally, I also thought about implementing it but it was too late to apply it on the last computer I made. So you've inspired me to do it on my next model.
  • DanielUbTb
    DanielUbTb
    6th Jan 2022
    Since the LSB of 0xA is 0x2
  • DanielUbTb
    DanielUbTb
    6th Jan 2022
    may be a little too late but it shifts like filt normally does, if do LSBR r1, 0x1, 0xA; r1 will be 0x2
  • RaconTPT
    RaconTPT
    6th Jan 2022
    what does LSBL/LSBR do?