Changeset 51 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuCharOut.asm
- Timestamp:
- Oct 11, 2010, 8:27:43 AM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuCharOut.asm
r48 r51 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.7.2010 4 ; Last update : 8.10.20104 ; Last update : 10.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Character out function for printing withing menu window. … … 80 80 ALIGN JUMP_ALIGN 81 81 MovePartialWordToNewTextLineAndPrintCharacterFromAX: 82 cmp al, ' ' 83 j eSHORT .MoveCursorInDItoBeginningOfNextLine82 cmp al, ' ' ; Space or any control character 83 jb SHORT .MoveCursorInDItoBeginningOfNextLine 84 84 push si 85 85 push cx
Note:
See TracChangeset
for help on using the changeset viewer.