|
|
| version 1.1, 2004/01/22 01:10:04 | version 1.2, 2004/01/31 20:05:23 |
|---|---|
| Line 1 | Line 1 |
| .186 | |
| CODE SEGMENT | CODE SEGMENT |
| ASSUME CS:CODE,DS:nothing,ES:nothing,SS:nothing | ASSUME CS:CODE,DS:nothing,ES:nothing,SS:nothing |
| Line 70 scsi_bios: cld | Line 69 scsi_bios: cld |
| lea si, [si + 8] | lea si, [si + 8] |
| scsisend: mov dx, 07efh | scsisend: mov dx, 07efh |
| cli | cli |
| if 1 | |
| @@: lodsb | |
| out dx, al | |
| loop short @b | |
| else | |
| rep outsb | rep outsb |
| endif | |
| sti | sti |
| pop ax | pop ax |
| pop bx | pop bx |