Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r44 r48 25 25 ; minimum number of characters. For example %8d would append spaces 26 26 ; after integer so that at least 8 characters would be printed. 27 ; 28 ; When placing '-' after number, then spaces will be used for prepending. 29 ; For example %8-d would prepend integer with spaces so that at least 30 ; 8 characters would be printed. 27 31 ; 28 32 ; DisplayPrint_FormattedNullTerminatedStringFromCSSI
Note:
See TracChangeset
for help on using the changeset viewer.