|
|
| version 1.1, 2003/12/10 12:48:09 | version 1.2, 2004/01/31 20:05:23 |
|---|---|
| Line 104 textoutcsp2: add ax, ax | Line 104 textoutcsp2: add ax, ax |
| push si | push si |
| mov si, ax | mov si, ax |
| mov si, cs:KEYTABLE[si] | mov si, cs:KEYTABLE[si] |
| push offset textoutcspe | mov ax, offset textoutcspe |
| push ax | |
| push dx | push dx |
| jmps textoutcslp | jmps textoutcslp |
| textoutcspe: pop si | textoutcspe: pop si |
| Line 169 textoutskp2: add ax, ax | Line 170 textoutskp2: add ax, ax |
| push si | push si |
| mov si, ax | mov si, ax |
| mov si, cs:KEYTABLE[si] | mov si, cs:KEYTABLE[si] |
| push offset textoutskppe | mov ax, offset textoutskppe |
| push ax | |
| push dx | push dx |
| jmps textoutskplp | jmps textoutskplp |
| textoutskppe: pop si | textoutskppe: pop si |
| Line 191 textoutskpka: inc si | Line 193 textoutskpka: inc si |
| ; --------------------------------------------------------------------------- | ; --------------------------------------------------------------------------- |
| ; boxclear: ¹õ¿§¤Îboxfill - in: adrs->di, y->ch x->cl | ; boxclear: ¹õ¿§¤Îboxfill - in: adrs->di, y->ch x->cl |