Changeset 341 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayFormat.asm
- Timestamp:
- Mar 13, 2012, 4:19:02 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayFormat.asm
r241 r341 348 348 push cx 349 349 mov si, [bp] 350 350 351 351 cmp si, byte 07fh ; well within the boundaries of ROMVARS_size 352 352 jb .notFormatted … … 358 358 inc bp 359 359 jmp .done 360 361 .notFormatted: 360 361 .notFormatted: 362 362 call DisplayPrint_NullTerminatedStringFromCSSI 363 363 364 364 .done: 365 365 pop cx 366 366 pop si 367 ret 368 369 ALIGN JUMP_ALIGN 370 z_FormatStringFromSegmentZero: 367 ret 368 369 ALIGN JUMP_ALIGN 370 z_FormatStringFromSegmentZero: 371 371 xchg si, [bp] 372 372 xor bx, bx 373 373 call DisplayPrint_NullTerminatedStringFromBXSI 374 374 mov si, [bp] 375 ret 375 ret 376 376 377 377 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
Note:
See TracChangeset
for help on using the changeset viewer.