Changeset 98 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Jan 30, 2011, 7:15:06 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r96 r98 326 326 ; CF: Set since menu event was handled successfully 327 327 ; Corrupts registers: 328 ; AX , DI328 ; AX 329 329 ;-------------------------------------------------------------------- 330 330 ALIGN JUMP_ALIGN 331 331 BootMenuPrint_NullTerminatedStringFromCSSIandSetCF: 332 push di 332 333 CALL_DISPLAY_LIBRARY PrintNullTerminatedStringFromCSSI 334 pop di 333 335 stc 334 336 ret
Note:
See TracChangeset
for help on using the changeset viewer.