products/sources/formale Sprachen/PVS/ints/     Datei vom 28.9.2014 mit Größe 291 B image not shown  

SSL env.asm   Sprache: unbekannt

 
                     .MODEL TINY
                     .CODE
                     ORG 100h
START:               
       mov  ah,09h
       mov  dx,OFFSET Message1
       int  21h

       xor  cx,cx
       mov  cl,byte ptr ds:[80h]
       mov  dx,81h
       mov  bx,01h
       mov  ah,40h
       int  21h

       mov  ah,09h
       mov  dx,OFFSET Message2
       int  21h
       
       mov  cx,160
       mov  ax,word ptr ds:[2Ch]
       mov  ds,ax
       xor  dx,dx    ;DS:DX nun auf Umgebungsblock
       mov  bx,01h
       mov  ah,40h
       int  21h

       ret

Message1             DB  10,13,"Die Kommandozeile: $"
Message2             DB  10,13,10,13,"Die ersten 160 Bytes des Umgebungsblocks:",10,13,10,13,"$"

       END  START

100%


[ Verzeichnis aufwärts0.18unsichere Verbindung  Übersetzung europäischer Sprachen durch Browser  ]