Subversion Repositories Kolibri OS

Rev

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

Rev 3068 Rev 3248
Line 184... Line 184...
184
      "d"((x << 16) | y));
184
      "d"((x << 16) | y));
185
}
185
}
186
 
186
 
Line 187... Line 187...
187
static inline
187
static inline
188
void draw_text(const char *text, int x, int y, int len, color_t color)
188
void draw_text_sys(const char *text, int x, int y, int len, color_t color)
189
{
189
{
190
    __asm__ __volatile__(
190
    __asm__ __volatile__(
191
    "int $0x40"
191
    "int $0x40"
192
    ::"a"(4),"d"(text),
192
    ::"a"(4),"d"(text),
193
      "b"((x << 16) | y),
193
      "b"((x << 16) | y),