Changeset 505 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogProgress.asm
- Timestamp:
- Feb 25, 2013, 4:23:09 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogProgress.asm
r491 r505 216 216 ALIGN JUMP_ALIGN 217 217 .RepeatProgressCharacterCXtimesFromAL: 218 jcxz .NothingToRepeat 219 CALL_DISPLAY_LIBRARY PrintRepeatedCharacterFromALwithCountInCX 220 ALIGN JUMP_ALIGN, ret 221 .NothingToRepeat: 222 ret 218 jcxz NothingToRepeat 219 JMP_DISPLAY_LIBRARY PrintRepeatedCharacterFromALwithCountInCX 223 220 224 221 … … 236 233 mov bx, [si+PROGRESS_DIALOG_IO.wMaxProgressValue] 237 234 sub bx, [si+PROGRESS_DIALOG_IO.wMinProgressValue] 235 NothingToRepeat: 238 236 ret 239 237
Note:
See TracChangeset
for help on using the changeset viewer.