Hello i need to show with pspice plot the point-contact of diode.
this is the circuit and the values i need:
the right solution should look like this plot
but this is the plot i see
thx in advance!
ive just added this
la $a0, 0($s2) # system call to print interer(result)
li $v0, 1
syscall
right before EXIT:
and when i run the simulation i get this message
Enter the number for sum of n (0 to exit) => 3
The serial result is 6
but...
Hello i need to write a program that computes the value of sum numbers using a recursive subroutine
and also i need to print the address of $sp every few steps..
this is the code I've wrote so far but i can't get the result and i also don't know how to print $sp address
.text...
Hello , i need some help with pspice.
i need to build a circuit with 3 entrances and 1 exit.
that will provide "1" every time there is at least tow "1" in the entrances.
x y z Z
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
this is what i built and what i get..
any...
im trying to learn how to use pspice actually :]
i have a course with a final project at the end of the semester..
do i need to define the voltage source as a variable or somthing?
and what about R1 is there any definition i should do?
Hello I am new at pspice and actually i know only how to place parts and wire them..
this is the circut
and this is what i did so far
i need to know the voltage and the power on R1.
i don't really know where should i start :/
thx.