Posted: Sat Aug 20, 2005 11:04 pm
If you code at this level I think you can better get the Application notes of the semiconductor device to see which registers you have to program.Dreglor wrote:suposeably you can Write with this piece of assembly
p is the port address and n is the number to send out
althought it crashes here, im not sure whyCode: Select all
MOV DX,p MOV AL,n OUT DX,AL
not sure what input is thought