Author Topic: Cibers I-Event app V2  (Read 1462 times)

This is my newest version
compressed by two orders of magnitude
the o button turns it on and off
the 3 buttons to the right control writing to the 3 registers
the only bug I've found is that the LSB of the ACC  does not work properly
it is trivial to hook up the cary ins/outs or the command controler
other than adding this can
give you the valuse of invers A
and shift up or down
but adding is the most complex part

Also
if you cant understand it I can host a server to show how it works

Well, im in the administration, but i guess it is tom who has to decide, but i would accept you, this looks like alot of hard work was put into it, can it add and subtract and stuff like that?


Looks a bit spammy.
Of course it does, its a Processor based on Relays..

Welcome to iEvent,

Accepted

if wired corectly it could subtract
say we have 10 - 5
first we load the number 5 into LatA
then we preform ones complement of it
the value is moved to latb the next cycle
we then load the number 10 into latA
and we add

we cant do that quite yet as that requires a memory to store the program and all the other parts
but im working on memory next
the goal is to store 8bytes per 16x plate

oh!
* ciber spy gets out of chair and jumps up punching the air
i realy did that for the lulz of being able to say i did

Odd
I have yet to find the ACC bug but it seems to be in all the acc latches
the problem is that it dosent store when you turn off write enable
but i think i found a fix
the odd part is i have no prob with the Lat's
maby it has to do with the timeing of delays?
either way i fixed it even if i dont know whats wrong


On further investigation all of my Registers were buged
luckly i figured out the problem and it looks like i have a fixed model
and my design allows me to easily remove the old registers and replace em!