初始化串口
    mov al,#0e3h                                       
    mov dx,0     ;mov dx,1对串口2                        
    mov ah,0                                          
    int 14h  我把它放到delphi程序中
  .
  .
 asm  
  mov al,$0e3h;
  mov dx,0;     
  mov ah,0;
  int 14h;  --->在此中断处报错.
 end;
编译时却报错,,
“Access Violation at adress 0044D94C in module project1.exe 
  Read of adress FFFFFFFF"请大侠多多指点俺不懂汇编