Changeset 567 in xtideuniversalbios for trunk/Assembly_Library/Src/Display
- Timestamp:
- May 26, 2014, 1:25:15 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/Assembly_Library/Src/Display
- Files:
-
- 2 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 -
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r532 r567 400 400 ; Parameters: 401 401 ; AL: Character to display 402 ; 402 ; Zero value is ignored (no character is printed) 403 403 ; DS: BDA segment (zero) 404 404 ; ES:DI: Ptr to cursor location in video RAM
Note:
See TracChangeset
for help on using the changeset viewer.