|
|
| version 1.2, 2003/12/10 13:52:57 | version 1.4, 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 12 START2: mov si, offset nobiosmsg | Line 11 START2: mov si, offset nobiosmsg |
| nosystems: mov si, offset nosysmsg | nosystems: mov si, offset nosysmsg |
| dispend: mov cx, 1000h | dispend: mov ax, 0a04h |
| mov bx, 8000h | int 18h |
| mov ss, cx | mov ah, 16h |
| mov sp, bx | mov dx, 0e120h |
| add bh, 20h | int 18h |
| mov es, bx | cli |
| xor di, di | |
| cld | cld |
| lea ax, [di + 20h] | mov ax, 0a000h |
| rep stosw | mov es, ax |
| mov al, 0e1h | |
| mov cx, 1fe0h | |
| atrclr: stosb | |
| inc di | |
| loop atrclr | |
| db FIXCS | db FIXCS |
| lodsw | lodsw |
| mov di, ax | mov di, ax |
| Line 42 putmsg: db FIXCS | Line 33 putmsg: db FIXCS |
| inc di | inc di |
| inc di | inc di |
| jmp short putmsg | jmp short putmsg |
| putmsgend: cli | putmsgend: hlt |
| hlt | |
| jmp short putmsgend | jmp short putmsgend |