Changeset 223 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
- Timestamp:
- Jan 25, 2012, 8:20:06 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
r202 r223 157 157 158 158 .decode: 159 eSEG cs 160 lodsb ; load next byte of the string 159 cs lodsb ; load next byte of the string 161 160 162 161 mov ch,al ; save a copy for later processing of high order bits
Note:
See TracChangeset
for help on using the changeset viewer.