| ||
| "Get EDID" Boot Floppy File: util/getedid/0index.asm | ||
| 21: %include "asm.inc" |
| 27: ORG 0x7C00 28: 29: BITS 16 30: CPU 386 31: 32: section .bss 33: BSS_START: 34: section .text |
| 41: ;Input 42: ; dl BIOS device number 43: 44: jmp 0x000:START |
| 72: %include "init.asm" 73: %include "abort.asm" 74: %include "video/init.asm" 75: %include "video/print.asm" 76: %include "data1.asm" |
| 82: times ($$-$+0x01FE) db 0x00 83: dw 0xAA55 |
| 89: %include "data2.asm" 90: %include "getedid.asm" 91: %include "header.asm" 92: %include "write.asm" |
| 101: align 512 102: section .bss 103: alignb 16 104: BSS_END: |