Paste
Pasted by Ivan_32 ( 16 years ago )
use16
org 0
SecondLoader:
mov ax,0x500
mov es,ax
xor bx,bx
mov ax,0x210
mov cx,0x0003
xor dx,dx
int 0x13
jmp 0x0:0x5000
TIMES 512-($-$$) db 0
include "PMStart.asm"
Revise this Paste
Parent: 10775