many modyfications in search for more speed
This commit is contained in:
@@ -6,10 +6,10 @@ TWO_BYTES w;
|
||||
{
|
||||
if ((_text_cnt -= 2) < 0) mem_text();
|
||||
#ifdef BYTES_REVERSED
|
||||
*text++ = ( unsigned short)w>>8;
|
||||
*text++ = w>>8;
|
||||
*text++ = w;
|
||||
#else
|
||||
*text++ = w;
|
||||
*text++ = ( unsigned short)w>>8;
|
||||
*text++ = w>>8;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user