Jump to content

HB Freyr


Lucky Dice

Recommended Posts

mov ah,35h ;get interupt vector address function

mov al,44h ;communications interupt vector

int doscall ;go get it

cmp bx,0 ;check if vector used

jnz lderr ;if used then exit

mov ax,es ;check segment

cmp ax,0

jnz lderr

;

mov dx,offset msg

mov ah,9

int doscall

;

mov ah,35h ;get interupt vector address function

mov al,14h ;communications interupt vector

int doscall ;go get it /hb

Link to comment
Share on other sites

mov ah,35h ;get interupt vector address function

mov al,44h ;communications interupt vector

int doscall ;go get it

cmp bx,0 ;check if vector used

jnz lderr ;if used then exit

mov ax,es ;check segment

cmp ax,0

jnz lderr

;

mov dx,offset msg

mov ah,9

int doscall

;

mov ah,35h ;get interupt vector address function

mov al,14h ;communications interupt vector

int doscall ;go get it /hb

 

Re malakies ti tous psekazete edw mesa... xronia polla kai se kodika.... pooooooooooooo T.T

 

 

On:

 

Happy birthday!!!!! best wishes ;]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...