|
|
| version 1.1, 2003/12/10 12:48:09 | version 1.2, 2004/01/31 20:05:23 |
|---|---|
| Line 1 | Line 1 |
| dipsw_dispall: pusha | dipsw_dispall: push ax |
| push cx | |
| push dx | |
| push si | |
| push di | |
| xor dx, dx | xor dx, dx |
| mov si, 19*160+8*2 | mov si, 19*160+8*2 |
| dipsw_boxlp: mov cx, 20 | dipsw_boxlp: mov cx, 20 |
| Line 22 dipsw_boxlp: mov cx, 20 | Line 26 dipsw_boxlp: mov cx, 20 |
| jc dipsw_boxlp | jc dipsw_boxlp |
| mov si, offset dipbox_initmsgs | mov si, offset dipbox_initmsgs |
| call ssp_rtxtdisp | call ssp_rtxtdisp |
| popa | pop di |
| pop si | |
| pop dx | |
| pop cx | |
| pop ax | |
| ret | ret |
| dipsw_boxs2: mov cl, 2 | dipsw_boxs2: mov cl, 2 |
| Line 43 dipsw_swdisp: push bx | Line 51 dipsw_swdisp: push bx |
| mov ax, di | mov ax, di |
| add di, di | add di, di |
| add di, ax | add di, ax |
| shl di, 4 | mov cl, 4 |
| shl di, cl | |
| add di, 160*20+20 | add di, 160*20+20 |
| mov cl, 80h | mov cl, 80h |
| dipswput_lp: mov bx, 0a1h | dipswput_lp: mov bx, 0a1h |