Advertisement
Eeems

Untitled

Jun 11th, 2011
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     jr Boot
  2.     db 0,0,0,0,0,0
  3.    
  4.     db 0, 0, 0 ; rst 08h
  5.     db 0,0,0,0,0
  6.    
  7.     jp FastCopy   ; rst 10h
  8.     db 0,0,0,0,0
  9.    
  10.     db 0,0,0   ; rst 18h
  11.     db 0,0,0,0,0
  12.    
  13.     db 0, 0, 0 ; rst 20h
  14.     db 0,0,0,0,0
  15.    
  16.     db 0,0,0   ; rst 28h
  17.     db 0,0,0,0,0
  18.    
  19.     db 0,0,0 ; rst 30h
  20.     db 0,0,0,0,0
  21.    
  22.     jp SysInterrupt ; rst 38h
  23.     dw 0,0,0,0,0,0
  24.     dw 0,0,0,0,0,0
  25.    
  26.     jp Boot
  27.     dw 0A5FFh
  28. Boot:   ; 0058h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement