#include #include #include int translate_lilend (int LE, int size) { short int len=size*2, i, letr[size]; char hex[len+1], chr[3]; printf("%d\t%d\n",LE,size); sprintf(hex, "%x\n",LE); for (i=0;i
Hey.. I was searching around for an ASM forum here to ask this and there wasn't one, but someone said to post here on another thread. Anyway, I can't learn ASM cuz I can never find the combination of a tutorial, assembler, and syntax that'll work together right. I've been frustrated over and over, and am just sick of it. I ...