Results 1 to 2 of 2

Thread: Assembly Language Simple Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2012
    Posts
    2

    Assembly Language Simple Question

    I m new in X86 assembly language...here is the code i write and i printscreen it...
    i just don't understand why the result din show out when
    i MOV DL,NUM1
    MOV AH,02H
    INT 21H
    ...
    Attached Images Attached Images  

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2012
    Posts
    2

    Re: Assembly Language Simple Question

    and how do i put the address of NUM1 into BX if i don't just type 0010H for it ?
    another question why i cant MOV DL,[0010H] ,it give DL "0010H' in value but not the address content...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width