Changeset 589 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayFormat.asm
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayFormat.asm
r526 r589 269 269 jz SHORT .CopyWithoutDisplayProcessing 270 270 271 WAIT_RETRACE_IF_NECESSARY_THEN rep movsb271 CALL_WAIT_FOR_RETRACE_IF_NECESSARY_THEN rep movsb 272 272 dec di ; Point to preceeding character instead of attribute 273 273 ret 274 274 275 ALIGN DISPLAY_JUMP_ALIGN 275 276 .CopyWithoutDisplayProcessing:
Note:
See TracChangeset
for help on using the changeset viewer.