Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted by Ivan_32 ( 15 years ago )
use16
org 0x7C00
bootFirst:
  cli
  mov ax,cs
  mov ds,ax
  mov ss,ax
  mov sp,0x7C00 
  sti

 
  mov ax,0x5000             
  mov es,ax                

  xor bx,bx                
 
  mov ax,0x0201            
  mov cx,0x0002            
  xor dx,dx                
 
  int 0x13                 
 
  jmp 0x5000:0x0           

TIMES 510-($-$$) db 0
dw 0xAA55
include "secondLoader.asm"

 

Revise this Paste

Parent: 10775
Your Name: Code Language: