[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
1RE: Simulator
- Subject: 1RE: Simulator
- From: aiiadict@hotmail.com (Rich J.)
- Date: 12 Jun 2001 14:35:24 -0700
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com/
- Xref: archiver1.google.com comp.sys.apple2:8887
I have graphic output working and
also parallel card input for
simulation of circuits.
It takes a while to draw
initially. XDRAW is used for
gate symbols, HPLOT for
connections. I won't change
the color of the wires for
indication of "1" or "0"
state because it would take
too long, so:
+5V or a "1" is represented by
highlighted connection points
on the inputs/outputs of gates.
Input can still be taken from
the keyboard, and I added a
"programmable" data input, so
you can set the input values
for each cycle of the circuit
and they will automatically
be input one after the other.
The clock I have set up on
one of the Parallel card
INPUTS and it works as a
clock. I push a pushbutton
on the input to cycle it.
Next:
Input a real, useful circuit
and see how long it takes to
figure out the output.
Rich