Changeset 54 in xtideuniversalbios for trunk/Assembly_Library/Src/String
- Timestamp:
- Oct 24, 2010, 11:01:17 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/String/String.asm
r53 r54 2 2 ; Project name : Assembly Library 3 3 ; Created date : 12.7.2010 4 ; Last update : 13.10.20104 ; Last update : 24.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for handling characters. … … 106 106 push si 107 107 108 call Memory_ExchangeDSSIwithESDI108 call Registers_ExchangeDSSIwithESDI 109 109 xor ax, ax ; Find NULL 110 110 mov cx, -1 ; Full segment if necessary 111 111 repne scasb 112 112 mov cx, di 113 call Memory_ExchangeDSSIwithESDI113 call Registers_ExchangeDSSIwithESDI 114 114 115 115 pop si
Note:
See TracChangeset
for help on using the changeset viewer.