Page 3 of 3

Posted: Sat Aug 20, 2005 11:04 pm
by SimpleMind
Dreglor wrote:suposeably you can Write with this piece of assembly
p is the port address and n is the number to send out

Code: Select all

MOV DX,p
MOV AL,n
OUT DX,AL 
althought it crashes here, im not sure why

not sure what input is thought
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.

Posted: Mon Oct 10, 2005 9:48 am
by mlwhitt
Has there been any word yet of native serial / com support?