/**************************************************
 * This is a part of DosWare 3D engine and it     *
 * should be distributed freely.                  *
 *                                                *
 * Copyright (C)1997 by George Yohng/DosWare,corp.*
 **************************************************/

void plot(void *ltable,int x,int y,unsigned char clr,unsigned char lt);
#pragma aux plot=\
"and edx,0FFFFh",\
"shl ebx,6",\
"lea ebx,[ebx*4+ebx]", /*умножение на 5*/   \
"add ebx,eax",\
"mov al,[ecx+edx]",    /*выборка из таблицы*/ \
"mov [0A0000h+ebx],al",\
parm[ecx][eax][ebx][dl][dh] modify [ebx edx];
