Changeset 567 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
- Timestamp:
- May 26, 2014, 1:25:15 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
r526 r567 65 65 ; Parameters: 66 66 ; DS: BDA segment (zero) 67 ; AX: 67 ; AX: Parameter to Format 68 68 ; ES:DI: Ptr to cursor location in video RAM 69 69 ; Returns: … … 94 94 DisplayFormatCompressed_Format_5_x: 95 95 mov si,16 ; hex output, change base to 16 96 mov bx,(04<<8) + 'h' 96 mov bx,(04<<8) + 'h' ; 4 bytes, with postfix character 'h' to emit 97 97 ; (note that the count includes the 'h') 98 98 jmp DisplayFormatCompressed_Format_u
Note:
See TracChangeset
for help on using the changeset viewer.