Subversion Repositories Kolibri OS

Rev

Rev 641 | Rev 655 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 641 Rev 652
Line 2172... Line 2172...
2172
    * bl = 1 - ecx contains pointer to dword-number
2172
    * bl = 1 - ecx contains pointer to dword-number
2173
    * bh = 0 - display in decimal number system
2173
    * bh = 0 - display in decimal number system
2174
    * bh = 1 - display in hexadecimal system
2174
    * bh = 1 - display in hexadecimal system
2175
    * bh = 2 - display in binary system
2175
    * bh = 2 - display in binary system
2176
    * bits 16-21 = how many digits to display
2176
    * bits 16-21 = how many digits to display
2177
    * bits 22-31 reserved and must be set to 0
2177
    * bits 22-30 reserved and must be set to 0
-
 
2178
    * bit 31 - set in 1, if the output of number without empty zero in high bits is required
2178
  * ecx = number (if bl=0) or pointer (if bl=1)
2179
  * ecx = number (if bl=0) or pointer (if bl=1)
2179
  * edx = [coordinate on axis x]*65536 + [coordinate on axis y]
2180
  * edx = [coordinate on axis x]*65536 + [coordinate on axis y]
2180
  * esi = 0xX0RRGGBB:
2181
  * esi = 0xX0RRGGBB:
2181
    * RR, GG, BB specify the color
2182
    * RR, GG, BB specify the color
2182
    * X = ABnn (bits)
2183
    * X = ABnn (bits)