source: bootcd/isolinux/syslinux-6.03/com32/modules/stubs/copydown.asm @ 26ffad7

Last change on this file since 26ffad7 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 125 bytes
Line 
1                bits 16
2                rep movsd
3                mov si,0
4                mov di,0
5                mov ds,si
6                mov es,di
7                mov ecx,0
8                mov esi,0
9                mov edi,0
10                jmp 0:0
11                align 16
Note: See TracBrowser for help on using the repository browser.