|
|
| version 1.4, 2003/12/28 08:05:19 | version 1.5, 2004/01/31 20:05:23 |
|---|---|
| Line 106 mainmemtest_l1: call bp | Line 106 mainmemtest_l1: call bp |
| push cx | push cx |
| push dx | push dx |
| mov ax, bx | mov ax, bx |
| shr ax, 6 | mov cl, 6 |
| shr ax, cl | |
| call STRING_I2A | call STRING_I2A |
| pop dx | pop dx |
| pop cx | pop cx |
| Line 134 mainmemtest_ed: | Line 135 mainmemtest_ed: |
| xor ax, ax | xor ax, ax |
| mov dx, ax | mov dx, ax |
| push bx | push bx |
| push I2ABUFFER + 5 | mov cx, I2ABUFFER + 5 |
| push cx | |
| call extmemory_chk | call extmemory_chk |
| push ds | push ds |
| Line 151 extmomey_o16: | Line 153 extmomey_o16: |
| mov ah, 6 | mov ah, 6 |
| call WAITVSYNC | call WAITVSYNC |
| pop ax | pop ax |
| shl bx, 3 | mov cl, 3 |
| shl bx, cl | |
| push bx | push bx |
| push I2ABUFFER + 3 | mov cx, I2ABUFFER + 3 |
| push cx | |
| call extmemory_chk | call extmemory_chk |
| extmemtest_end: pop dx | extmemtest_end: pop dx |
| Line 181 epmt_main_lp: mov cl, 0 | Line 185 epmt_main_lp: mov cl, 0 |
| push cx | push cx |
| push dx | push dx |
| mov ax, bx | mov ax, bx |
| shr ax, 6 | mov cl, 6 |
| shr ax, cl | |
| call STRING_I2A | call STRING_I2A |
| pop dx | pop dx |
| pop cx | pop cx |