Changeset 31 for trunk/BOOTCODE/SETUP/PART_SET.ASM
- Timestamp:
- Jan 13, 2013, 8:15:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/SETUP/PART_SET.ASM
r30 r31 1253 1253 mov ah, 0 1254 1254 int 16h 1255 cmp ah, Keys_Backspace 1256 je PSDLS_BackSpace 1255 1257 cmp ah, Keys_Up 1256 1258 je PSDLS_KeyUp … … 1272 1274 jmp PSDLS_MainLoop 1273 1275 1276 1277 ; Clear drive-letter with backspace 1278 PSDLS_BackSpace: 1279 xor dl,dl 1280 call PARTSETUPDL_DrawDriveLetter 1281 jmp PSDLS_MainLoop 1282 1274 1283 PSDLS_KeyUp: 1275 1284 dec dl … … 1297 1306 call PARTSETUPDL_DrawDriveLetter 1298 1307 jmp PSDLS_MainLoop 1308 1299 1309 1300 1310 PSDLS_KeyDONE:
Note:
See TracChangeset
for help on using the changeset viewer.