Changeset 593 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Flash.asm
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Flash.asm
r592 r593 292 292 loop .WriteActualDataByteAfterSdpCommand 293 293 sti ; Enable interrupts 294 ; Fall to WaitUntilEepromPageWriteHasCompleted294 ; Fall to .WaitUntilEepromPageWriteHasCompleted 295 295 296 296 … … 305 305 ; AX, BX, DI, DS, ES 306 306 ;-------------------------------------------------------------------- 307 ALIGN JUMP_ALIGN 308 WaitUntilEepromPageWriteHasCompleted: 307 .WaitUntilEepromPageWriteHasCompleted: 309 308 push ss 310 309 pop ds … … 325 324 ret 326 325 326 327 327 ;-------------------------------------------------------------------- 328 328 ; DisplayFlashProgressWithPagesLeftInCXandFlashvarsInSSBP
Note:
See TracChangeset
for help on using the changeset viewer.