• RL-Flash FS endianess?
    Has anybody used RL-FLashFS to read a FAT 12 disk ? I have a FAT 12 File System based disk, the disk size is 16 MB. There is one directory and multiple files in it. When I use "ffind" to list all...
  • swap equivelant.
    Hi, Is there an equivelan function or keyword to "swap"? Is there anyway to get the high or lower nibbles of a variable or swap them in C? any help would be appreciated. -=N
  • Endian Swap
    Hi, Is there any ARM inline function to switch between Little and Big Endian ? I know the Keil feature to compile the whole code in BE or LE, but i would like any function to swap just some words...
  • swap the nipples
    hai kindly tel me how to swap the nipples.
  • SWAP pointers
    Function does work,like I hoped ... char *swapdata (char *destination, char *SourceLine) { char *temp; temp=SourceLine; SourceLine=destination; destination=temp; printf("in function...