Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Oct 12, 2010, 6:51:07 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r48 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 26.6.2010 4 ; Last update : 27.9.20104 ; Last update : 11.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for display output. … … 326 326 ALIGN JUMP_ALIGN 327 327 DisplayPrint_Newline: 328 mov al, LF 329 call DisplayPrint_CharacterFromAL 328 330 mov al, CR 329 call DisplayPrint_CharacterFromAL330 mov al, LF331 331 ; Fall to DisplayPrint_CharacterFromAL 332 333 332 334 333 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.