LPT1 port (0378)

Hi Guys ! :)



how can i use the LPT1(0378) port?



mov dx, 0378

mov al, 36

out dx, al



i think so .. or?

but it dosnt work.... why?










Comments

  • : Hi Guys ! :)

    :

    : how can i use the LPT1(0378) port?

    :

    : mov dx, 0378

    : mov al, 36

    : out dx, al

    :

    : i think so .. or?

    : but it dosnt work.... why?

    :

    :



    Well, you should know that LPT port 0378 is hexadecimal :) so try



    Mov Dx, 0378h



    maybe than this will be OK






  • oh yes !! thx



    emm



    how work the delay in asm ?

    with int is it?



    do u know this too ?



    log002


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories