• indirect call , parameter do not fit within register
    Hi: I comply my program can such error message appeard"indirect call , parameter do not fit within register" what this mean. This message appear becasue I define an function pointer in a structure...
  • indirect call , parameter do not fit within register
    Hi: I comply my program can such error message appeard"indirect call , parameter do not fit within register" what this mean. This message appear becasue I define an function pointer in a structure...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...
  • C51 code can't be fit into my AT89C2051
    Hello, all I am working on Atmel AT89C2051 right now, which just has 2kB flash memory inside. I wrote a tiny program by Keil C51 and got it compiled/linked successfully. However, when I try to put...