Search found 407 matches

by admin
Thu Aug 19, 2021 7:55 pm
Forum: Discuss LogicCircuit program
Topic: Bug troubleshooting help
Replies: 4
Views: 11333

Re: Bug troubleshooting help

Hi,
It is hard to say without actual circuit but from your image it looks like you have connected outputs of some OR and AND gates together this might manifest in the error you see.
More over I don't know what you are trying to build so I hardly can tell what to change in your circuit.
Regards,
Eugene
by admin
Sat Jul 17, 2021 11:08 pm
Forum: Discuss LogicCircuit program
Topic: admin can explain me the command line marked thanks
Replies: 2
Views: 11197

Re: admin can explain me the command line marked thanks

Hi, If I am correctly understand your question, you asking what commands marked with: >>>>>>> do. All of them are conditional jumps. The CPU checks the flag in the flag register and performs jump if the flag is 1 or 0. So the command jc r will jump to address in register r if carry flag is set to 1....
by admin
Wed Jul 14, 2021 12:34 am
Forum: Discuss LogicCircuit program
Topic: download link is dead, update again
Replies: 2
Views: 10002

Re: download link is dead, update again

Sorry for the confusion.
Here is the new location of the fusion compiler:
https://github.com/eugenelepekhin/Fusion
for downloading binaries go to latest release. Currently at:
https://github.com/eugenelepekhin/Fusio ... g/3.21.714
by admin
Fri Jun 25, 2021 9:36 am
Forum: Circuit Talk
Topic: how to make an automatic traffic light signal system
Replies: 1
Views: 11641

Re: how to make an automatic traffic light signal system

You can start from reading these help pages. Once you know how to use it search through this forum and you'll find a bunch of topics related to traffic light.
by admin
Tue May 11, 2021 12:10 am
Forum: Circuit Talk
Topic: How do I use 16-bit input, logic and output?
Replies: 3
Views: 13342

Re: How do I use 16-bit input, logic and output?

Probably it is. If you have any problems you can share your project here so it's easier to see what you have done.
by admin
Mon May 10, 2021 12:29 pm
Forum: Circuit Talk
Topic: How do I use 16-bit input, logic and output?
Replies: 3
Views: 13342

Re: How do I use 16-bit input, logic and output?

The NAND gate have one bit output, no matter how many inputs it has. So if you connect one bit NAND output to 16 bit output pin you will get an error.
Can you explain what you want to build?
by admin
Mon Mar 01, 2021 12:59 pm
Forum: Discuss LogicCircuit program
Topic: can I make the workplace bigger
Replies: 3
Views: 13064

Re: can I make the workplace bigger

No you can't. But you can make your circuits smaller by breaking it up to sub circuits and use them. You can also group wires with splitters. Having smaller circuits makes it easier to understand the design, avoid and find errors.
by admin
Fri Feb 19, 2021 5:54 pm
Forum: Discuss LogicCircuit program
Topic: Unable to choose pin direction for in- and outputs
Replies: 5
Views: 14028

Re: Unable to choose pin direction for in- and outputs

The labels of the drop down are different Side vs Pin Side. For example for a button it's where the little dot is located on the symbol of the button itself. For the pins it's where the little dot will be located on other circuit that is uses current one. MyCircuit.png The input pin is located at th...
by admin
Fri Feb 19, 2021 1:52 am
Forum: Discuss LogicCircuit program
Topic: Unable to choose pin direction for in- and outputs
Replies: 5
Views: 14028

Re: Unable to choose pin direction for in- and outputs

For pins this means which side of the circuit symbol it will be placed. So when you will use current circuit the pin will be on the side of the symbol. Having both settings for pin side on the symbol and position of the jam dot on the pin itself will be too confusing for user. You should be able to ...
by admin
Wed Feb 17, 2021 4:03 pm
Forum: Discuss LogicCircuit program
Topic: Unable to choose pin direction for in- and outputs
Replies: 5
Views: 14028

Re: Unable to choose pin direction for in- and outputs

Can you please clarify what you mean by this? May be try to show some pictures to illustrate the problem.