Changeset 181 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r162 r181 158 158 loop .PrintNextCharacter 159 159 160 mov ds, cx ; Restore DS to BDA. Not needed unless DisplayPrint_CharacterFromAL changes DS.160 ;mov ds, cx ; Restore DS to BDA. Not needed unless DisplayPrint_CharacterFromAL changes DS. 161 161 pop cx 162 162 pop si … … 304 304 ; DI: Updated offset to video RAM 305 305 ; Corrupts registers: 306 ; AX,DX306 ; DX 307 307 ;-------------------------------------------------------------------- 308 308 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.