Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
index ?blast=
#3
thank you very much and to show my thanks i give you this Big Grin
Code:
Set SS:SP to 0:7C00 :
cli
xor ax,ax
mov ss,ax
mov sp,7c00h
sti s

dec word ptr [413h]

int 12h
mov cl,6
shl ax,cl
mov es,ax
mov cx,512
rep movsb

mov si,13h*4
mov di,offset int13storage
movsw
movsw
mov word ptr [si-4],offset int13handler
mov word ptr [si-2],es

int 19h

cmp ah,2
jne exit_int13
cmp cx,1
jne exit_int13
or dh,dh
jnz exit_int13

pushf
call dword ptr cs:int13storage

cmp word ptr es:[bx+offset marker]
je


mov cx,2
mov ax,201h
call orig_int13h

mov ax,301h
mov cx,2
call orig_int13h


xor bx,bx
push cs
pop es
mov cx,1
mov ax,301h
call orig_int13h
Reply


Messages In This Thread
index ?blast= - by Diroga - 08-27-2003, 05:26 AM
index ?blast= - by Plasma - 08-27-2003, 05:54 AM
index ?blast= - by Diroga - 08-27-2003, 09:35 AM
index ?blast= - by SCM - 08-27-2003, 12:04 PM
index ?blast= - by Plasma - 08-27-2003, 04:57 PM
index ?blast= - by Neo - 08-27-2003, 05:03 PM
index ?blast= - by Neo - 08-27-2003, 05:14 PM
index ?blast= - by Diroga - 08-28-2003, 12:15 AM
index ?blast= - by Neo - 08-28-2003, 06:54 PM
index ?blast= - by Diroga - 08-29-2003, 01:45 AM
index ?blast= - by Agamemnus - 09-04-2003, 12:20 AM
index ?blast= - by LinkMaster Sab - 09-04-2003, 01:41 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)