Changeset 241 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Feb 9, 2012, 11:08:59 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r223 r241 346 346 ALIGN JUMP_ALIGN 347 347 DisplayPrint_CharacterFromAL: 348 %ifdef MODULE_STRINGS_COMPRESSED349 348 test al,al 350 349 jz DisplayPrint_Ret 351 %endif 350 352 351 mov ah, [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.bAttribute] 353 352 jmp [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.fnCharOut]
Note:
See TracChangeset
for help on using the changeset viewer.