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
-
@yourcomputerhasvirus it is 29 bit, the 30 bits that filt has minus one bit that is kept always true to avoid bray anihilation
-
@RaconTPT sadly there isn't, and probably there won't be. But i'm working on a new computer that will be simpler :D
-
i can't figure out what architecture it has, is it 16 bit or somthing?
-
is there tptasm support?
-
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 :(
-
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.
-
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.
-
Since the LSB of 0xA is 0x2
-
may be a little too late but it shifts like filt normally does, if do LSBR r1, 0x1, 0xA; r1 will be 0x2
-
what does LSBL/LSBR do?