Changeset 120 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Feb 28, 2011, 4:41:41 PM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r98 r120 48 48 ; Nothing 49 49 ; Corrupts registers: 50 ; AX, DX, SI 50 ; AX, DX, SI, DI 51 51 ;-------------------------------------------------------------------- 52 52 ALIGN JUMP_ALIGN … … 282 282 ; Parameters: 283 283 ; CS:SI: Ptr to string to format 284 ; SS:BP: Ptr to formatparameters284 ; BP: SP before pushing parameters 285 285 ; Returns: 286 286 ; BP: Popped from stack 287 287 ; Corrupts registers: 288 ; AX 288 ; AX, DI 289 289 ;-------------------------------------------------------------------- 290 290 ALIGN JUMP_ALIGN 291 291 BootMenuPrint_FormatCSSIfromParamsInSSBP: 292 push di293 292 CALL_DISPLAY_LIBRARY FormatNullTerminatedStringFromCSSI 294 293 stc ; Successfull return from menu event 295 pop di296 294 pop bp 297 295 ret … … 394 392 ; Nothing 395 393 ; Corrupts registers: 396 ; AX, CX, DX, SI 394 ; AX, CX, DX, SI, DI 397 395 ;-------------------------------------------------------------------- 398 396 .PrintHotkeyString: … … 431 429 ; Nothing 432 430 ; Corrupts registers: 433 ; AX, SI 431 ; AX, SI, DI 434 432 ;-------------------------------------------------------------------- 435 433 .PrintRomBootHotkey: … … 449 447 ; Nothing 450 448 ; Corrupts registers: 451 ; AX, SI 449 ; AX, SI, DI 452 450 ;-------------------------------------------------------------------- 453 451 ALIGN JUMP_ALIGN -
trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm
r95 r120 13 13 ; Nothing 14 14 ; Corrupts registers: 15 ; AX, SI 15 ; AX, SI, DI 16 16 ;-------------------------------------------------------------------- 17 17 ALIGN JUMP_ALIGN … … 41 41 ; Nothing 42 42 ; Corrupts registers: 43 ; AX, SI 43 ; AX, SI, DI 44 44 ;-------------------------------------------------------------------- 45 45 ALIGN JUMP_ALIGN … … 60 60 ; Nothing 61 61 ; Corrupts registers: 62 ; AX, BX, SI 62 ; AX, BX, SI, DI 63 63 ;-------------------------------------------------------------------- 64 64 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.