Home arrow Forum Thursday, September 02 2010  
www.logix4u.net
Contents
Bookmark



Login
Donate
Partners
WinAsm Studio
Related Items
Latest posts

More...
Logix4u
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: update
#83
madalingtandaan (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
update 1 Year, 7 Months ago Karma: 0  
i used it to interface a parallel port using windows xp's debug program.

i interfaced the D0 - D7 pins with LED

my question is why is it so slow in responding to the commands?

example would be:
-r dx
then set it to 03BC
then

-o 03BC 01 (this would send the lpt port with 01)
(thus one LED is set.)
the result of the above command took almost 15 seconds for me to see the one LED to be on.

when i assembled another program the same problem would occur. the response is slow. i made a program that would count till al = FF and the only thing i see is when the program ends at al = EF.

mov al,00
mov dx,03bc
out dx,al [***]
inc al
cmp al,ff
jnz [***]

note: [***] is just used to denote a marker in a jump command.

my question is why is it slow to respond?is there a way around this?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoard
Top of Page